sei-agent-kit
Version:
A package for building AI agents on the SEI blockchain
6 lines • 400 B
TypeScript
import { IToken } from "../types";
export declare function getTokenDenomByAddress(address: `0x${string}`): string;
export declare function getTokenInfoByAddress(address: `0x${string}`): IToken;
export declare function getTokenAddressByDenom(denom: string): `0x${string}` | undefined;
export declare function getTokenInfoByDenom(denom: string): IToken | undefined;
//# sourceMappingURL=tokens.d.ts.map