The result to a SignatureCreationEvent.

Export

SignatureCreationEventResult

interface SignatureCreationEventResult {
    address_id: string;
    signature: string;
    transaction_id: string;
    transaction_type: "transfer";
    wallet_id: string;
    wallet_user_id: string;
}

Properties

address_id: string

The ID of the address the transfer belongs to

Memberof

SignatureCreationEventResult

signature: string

The signature created by the server-signer.

Memberof

SignatureCreationEventResult

transaction_id: string

The ID of the transaction that the Server-Signer has signed for

Memberof

SignatureCreationEventResult

transaction_type: "transfer"

Memberof

SignatureCreationEventResult

wallet_id: string

The ID of the wallet that the event was created for.

Memberof

SignatureCreationEventResult

wallet_user_id: string

The ID of the user that the wallet belongs to

Memberof

SignatureCreationEventResult