o3-dapi-ont
Version:
Ontology Plugin for o3-dapi
16 lines (14 loc) • 445 B
text/typescript
export 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',
}