Readonly
accountReadonly
aliasReadonly
assetReadonly
blockReadonly
contractReadonly
messageReadonly
networkReadonly
serviceThis leaks the underlying ChainService instance to interact with the chain nodes API directly, e.g. to use an API method that is not supported by SignumJS yet.
Readonly
transaction
The API structure returned by LedgerClientFactory (or older style composeApi)
The programming interface uses a builder pattern to mount an API.
Example: Using recommended LedgerClientFactory
Example: Using older composeApi style
Customize API
While this is a straightforward way to have access to all API functionality, this methods has the disadvantage of including all needed dependencies, thus leading to a bigger bundle, for those who use bundlers like webpack. To reduce the bundle size, one may mount a subset of the API conforming their needs using the ApiComposer class.