The Contract object models an Antelope contract.
WASM of the contract
ABI of the contract
The host account of the contract
The ABI serializer for the contract
action: { [ key: string]: ( data: object, authorization?: [{ actor: string, permission: string }] ) => Promise<TransactResult> }
A dictionary of actions defined in the contract
A dictionary of tables defined in the contract