Interface SignatureDescriptor_Data_SingleAmino

Single is the signature data for a single signer

interface SignatureDescriptor_Data_SingleAmino {
    mode?: SignMode;
    signature?: string;
}

Properties

Properties

mode?: SignMode

mode is the signing mode of the single signer

signature?: string

signature is the raw signature bytes