AbstractViewableBatchStorage


Functions:

Graphs:


Function Definitions:

getAccountBatches()

getAccountBatches(address _account) external  returns (bytes32[])
Parameter NameTypeDescription

_account

address

The address for whom we want to retrieve batches

getAccountBalance()

getAccountBalance(bytes32 _id, address _owner) public  returns (uint256)

getAccountBatchIds()

getAccountBatchIds(address account) public  returns (bytes32[])

getBatch()

getBatch(bytes32 batchId) public  returns (struct Batch)

getBatchType()

getBatchType(bytes32 batchId) external  returns (enum BatchType)

Events

Graphs

Dependency Graph

Inheritance Graph

Last updated