interface SignMessageParams {
    message: string;
    signerAccountId: string;
}

Properties

message: string
signerAccountId: string

Generated using TypeDoc