o3-dapi-ont
Version:
Ontology Plugin for o3-dapi
15 lines • 514 B
TypeScript
export declare enum Oep4Command {
getAllowance = "OEP4.getAllowance",
getBalanceOf = "OEP4.getBalanceOf",
getTotalSupply = "OEP4.getTotalSupply",
getSymbol = "OEP4.getSymbol",
getDecimals = "OEP4.getDecimals",
getName = "OEP4.getName",
getTokenDetails = "OEP4.getTokenDetails",
init = "OEP4.init",
transfer = "OEP4.transfer",
transferMulti = "OEP4.transferMulti",
approve = "OEP4.approve",
transferFrom = "OEP4.transferFrom"
}
//# sourceMappingURL=constants.d.ts.map