ProveTokenTransaction
Type Alias: ProveTokenTransaction
Properties overview
type ProveTokenTransaction = {
sendTransaction: boolean;
signedData: string;
tx: TokenTransaction;
};
Defined in: packages/api/src/client/types.gen.ts:300
Type declaration
sendTransaction?
optional sendTransaction: boolean;
Optional. Whether to broadcast the transaction after proving.
signedData
signedData: string;
The signed data for the transaction.
tx
tx: TokenTransaction;
The transaction object.
Updated 10 days ago