Fungible token ownership
The FTOwnership
entity represents a fungible token ownership relation between accounts and contract packages, as well as provides the corresponding token balances
Properties
The FTOwnership
entity has the following properties:
Property | Type | Description |
---|---|---|
|
| Owner hash represented as a hexadecimal string. First part of token ownership identifier |
|
| Fungible contract package hash represented as a hexadecimal string. Second part of token ownership identifier |
|
| Fungible tokens balance in the network |
Example
Optional properties
Depending on the endpoint some of the following optional properties may be included in the FTOwnership
entity:
Property | Type | Description |
---|---|---|
| Fungible contract package |
Relations
Entity | Mapping property | Description |
---|---|---|
| Fungible token ownership represents fungible contract package token owners | |
| Account can be a token owner |
Endpoints
The FTOwnership
entity has the following endpoints:
Relation endpoints
None
Last updated