UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

31 lines 983 B
export const tTokenAbi = [ { inputs: [{ internalType: 'uint256', name: 'mintAmount', type: 'uint256' }], name: 'mint', outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }], stateMutability: 'nonpayable', type: 'function', }, { inputs: [], name: 'exchangeRateCurrent', outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }], stateMutability: 'nonpayable', type: 'function', }, { inputs: [], name: 'underlying', outputs: [{ internalType: 'address', name: '', type: 'address' }], stateMutability: 'view', type: 'function' }, { inputs: [{ internalType: 'address', name: 'owner', type: 'address' }], name: 'balanceOf', outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }], stateMutability: 'view', type: 'function', } ]; //# sourceMappingURL=t_Tokenabi.js.map