AirdropTransactionResponse
Type Alias: AirdropTransactionResponse
type AirdropTransactionResponse = {
txs: TokenTransaction[];
};
Defined in: packages/api/src/client/types.gen.ts:3
Type declaration
txs?
optional txs: TokenTransaction[];
List of token transactions created for the airdrop.
Updated 10 days ago