Type alias TransferTokensArgs
TransferTokensArgs: {
amount: number;
assetMint: string;
createTa?: boolean;
decimals: number;
from: string;
message?: string;
to: string;
}
Type declaration
amount: number
assetMint: string
Optional
createTa?: boolean
decimals: number
from: string
Optional
message?: string
to: string