Variable tokenAbiConst

tokenAbi: Abi = ...

ABI for tokens

Example

import { Contract, Provider, utils } from "koilib";

const provider = new Provider("https://api.koinos.io");
const koinContract = new Contract({
id: "15DJN4a8SgrbGhhGksSBASiSYjGnMU8dGL",
provider,
abi: utils.tokenAbi,
});

Generated using TypeDoc