bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class SignatureDescriptor_Data_Single

    Single is the signature data for a single signer

    from message cosmos.tx.signing.v1beta1.SignatureDescriptor.Data.Single

    Hierarchy

    Index

    Constructors

    Properties

    mode: SignMode = SignMode.UNSPECIFIED

    mode is the signing mode of the single signer

    from field: cosmos.tx.signing.v1beta1.SignMode mode = 1;

    signature: Uint8Array<ArrayBuffer> = ...

    signature is the raw signature bytes

    from field: bytes signature = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.tx.signing.v1beta1.SignatureDescriptor.Data.Single"

    Methods