View Source BCS.DataType.Address (ex_bcs v0.1.0)

Address data type Convenience type for dealing with the Aptos address type. Under the hood it is just the same as a fixed-length binary of 32 bytes.

Link to this section Summary

Link to this section Types

@type t() :: %BCS.DataType.Address{}

Link to this section Functions