TypeScript SDK

ERC20TokenAmount

type ERC20TokenAmount = {
amount: string;
asset: {
address: `0x${string}`;
decimals?: number;
eip712?: {
name: string;
primaryType: SupportedSignatureType;
version: string;
};
};
};