Marmot-TS
    Preparing search index...

    Type Alias GroupImageBlossomAuthKeypair

    type GroupImageBlossomAuthKeypair = {
        pubkey: string;
        secretKey: Uint8Array;
    }
    Index

    Core - Group Image

    Core - Group Image

    pubkey: string

    Hex-encoded x-only secp256k1 public key (64 characters).

    secretKey: Uint8Array

    32-byte secp256k1 secret key for signing Blossom upload/delete requests.