|
TokenIdMethod | TokenIdMethod [get, set] |
| The method used to create the Token ID. More...
|
|
string | TokenId [get, set] |
| Token ID More...
|
|
string | ShortId [get, set] |
| Short ID, if available More...
|
|
string | MachineId [get, set] |
| State Machine ID, if any More...
|
|
ContractVisibility | Visibility [get, set] |
| Token visibility More...
|
|
string | Creator [get, set] |
| Creator of token More...
|
|
string | CreatorJid [get, set] |
| JID of Creator of token More...
|
|
string | Owner [get, set] |
| Current owner of token More...
|
|
string | OwnerJid [get, set] |
| JID of Current owner of token More...
|
|
string | TrustProvider [get, set] |
| Trust Provider, asserting claims in the token. More...
|
|
string | TrustProviderJid [get, set] |
| JID of Trust Provider, asserting claims in the token. More...
|
|
string | Currency [get, set] |
| Currency used to represent latest value. More...
|
|
string | Reference [get, set] |
| Link to reference information. More...
|
|
string | Definition [get, set] |
| M2M definition of token, in XML, from the original creation contract. More...
|
|
string | DefinitionNamespace [get, set] |
| Namespace of M2M definition of token. More...
|
|
string | CreationContract [get, set] |
| ID of contract that details the claims of the current owner More...
|
|
string | OwnershipContract [get, set] |
| ID of contract that details the claims of the current owner More...
|
|
string[] | Valuator [get, set] |
| Optional Legal IDs of parties used to estimate the value of the token. More...
|
|
string[] | Assessor [get, set] |
| Optional Legal IDs of assessorrs used in the construction of the token. More...
|
|
string[] | Certifier [get, set] |
| Optional Legal IDs of parties used to certify claims in the legal document used to create the token. More...
|
|
string[] | CertifierJids [get, set] |
| Optional Bare JIDs of parties used to certify claims in the legal document used to create the token. More...
|
|
string[] | Witness [get, set] |
| Optional Legal IDs of witnesses during the construction of the token. More...
|
|
decimal | Value [get, set] |
| Latest value of token More...
|
|
DateTime | Created [get, set] |
| When token was created. More...
|
|
DateTime | Updated [get, set] |
| When token was updated. More...
|
|
DateTime | Expires [get, set] |
| Expiry date of token. More...
|
|
Duration? | ArchiveRequired [get, set] |
| Duration after which token expires, the token is required to be archived. More...
|
|
Duration? | ArchiveOptional [get, set] |
| Duration after which token expires, and the required archiving time, the token can optionally be archived. More...
|
|
DateTime | SignatureTimestamp [get, set] |
| When the Trust Provider signed the contents of the token. More...
|
|
byte[] | Signature [get, set] |
| Trust Provider Signature of contents in token. More...
|
|
byte[] | DefinitionSchemaDigest [get, set] |
| Hash Digest of schema used to validate the definition of the token. More...
|
|
HashFunction | DefinitionSchemaHashFunction [get, set] |
| Hash function used to compute digest of validation schema. More...
|
|
bool | CreatorCanDestroy [get, set] |
| If the creator is allowed to destroy the token. More...
|
|
bool | OwnerCanDestroyBatch [get, set] |
| If the current owner is allowed to destroy the entire batch of tokens, if owner of all. More...
|
|
bool | OwnerCanDestroyIndividual [get, set] |
| If the current owner is allowed to destroy the token individually. More...
|
|
bool | CertifierCanDestroy [get, set] |
| If a certifier is allowed to destroy the token. More...
|
|
string | FriendlyName [get, set] |
| A friendly name for the token. More...
|
|
string | Category [get, set] |
| A category for the token. More...
|
|
string | Description [get, set] |
| Description Markdown for the token. More...
|
|
bool | HasDescription [get] |
| If the token has a description. More...
|
|
byte[] | Glyph [get, set] |
| Token glyph More...
|
|
string | GlyphContentType [get, set] |
| Content-Type of glyph More...
|
|
int | GlyphWidth [get, set] |
| Width of glyph, in pixels. More...
|
|
int | GlyphHeight [get, set] |
| Height of glyph, in pixels. More...
|
|
int | Ordinal [get, set] |
| Ordinal of token created by the creation smart contract. More...
|
|
int | BatchSize [get, set] |
| Size of the batch of contracts created. More...
|
|
TokenTag[] | Tags [get, set] |
| Token Tags More...
|
|
bool | HasStateMachine [get] |
| If the token has an associated state-machine. More...
|
|
Neuro-Feature Token
Definition at line 42 of file Token.cs.