HederaTokenAssociationRequest

Data structure for performing a Hedera token association

Signature

{
    walletId! : string;
    secretType! : 'HEDERA',
    type! : 'HEDERA_TOKEN_ASSOCIATION',
    tokenIds!: string[]
}

Parameters

Example

{
    secretType: 'HEDERA',
    type: 'HEDERA_TOKEN_ASSOCIATION',
    walletId: 'd1e091d7-0fab-4f46-8afd-ad31f1e735d7',
    tokenIds: ['0.0.2278508', '0.0.2278508', '0.0.2278508', '0.0.2278508']
}

Function Types

Last updated