SignBytes defines the signed bytes used for signature verification.

interface SignBytesAmino {
    data?: string;
    data_type?: DataType;
    diversifier?: string;
    sequence?: string;
    timestamp?: string;
}

Properties

data?: string

marshaled data

data_type?: DataType

type of the data used

diversifier?: string
sequence?: string
timestamp?: string