options property

Map<String, dynamic>? options
getter/setter pair

Some blockchains require different metadata for different types of transaction construction (ex: delegation versus a transfer). Instead of requiring a blockchain node to return all possible types of metadata for construction (which may require multiple node fetches), the client can popuan options object to limit the metadata returned to only the subset required.

Implementation

Map<String, dynamic>? options;