Type alias SignatureResult

SignatureResult: {
    err: TransactionError | null;
}

Signature result

Type declaration

Generated using TypeDoc