signer.executeNativeTransaction({
type: 'HEDERA_TOKEN_ASSOCIATION',
walletId: 'd1e091d7-0fab-4f46-8afd-ad31f1e735d7',
tokenIds: ['0.0.2278508', '0.0.2278508', '0.0.2278508', '0.0.2278508']
}).then((signerResult) => {
if (signerResult.success) {
console.log(`The tokens have been successfuly associated`);
console.warn(`Something went wrong while associating the tokens`);