SigMetadata stores necessary information for external apps to map signature results to evm relay transaction types

interface SigMetadata {
    chain: string;
    commandBatchId: Uint8Array;
    type: SigType;
}

Properties

chain: string
commandBatchId: Uint8Array
type: SigType

Generated using TypeDoc