- createSignDoc(chainId, coinType, account, messages, fee, memo): SignDoc
Parameters
- chainId: string
- coinType: string
- account: {
accountNumber: string;
pubKey: Uint8Array;
publicKey: {
typeUrl: string;
value: string;
};
sequence: string;
type: string;
}accountNumber: string
pubKey: Uint8Array
publicKey: {
typeUrl: string;
value: string;
}
typeUrl: string
value: string
sequence: string
type: string
- messages: DecodeObject[]
- fee: StdFee
- memo: string
Returns SignDoc