@hashgraph/sdk
    Preparing search index...

    Class SignerSignature

    Represents a signature associated with a signer in the Hedera network.

    The SignerSignature class encapsulates the public key, signature, and account ID of a signer. It is used to manage and validate signatures in transactions, ensuring that the correct signers are associated with the transaction data.

    Index

    Constructors

    Properties

    Constructors

    Properties

    accountId: AccountId
    publicKey: PublicKey
    signature: Uint8Array<ArrayBufferLike>