Identifier
open class Identifier : Disposable, AutoCloseable, IdentifierInterface
A move identifier
BCS
The BCS serialized form for this type is defined by the following ABNF:
identifier = %d1-128 ; length of the identifier
(ALPHA *127(ALPHA / DIGIT / UNDERSCORE)) /
(UNDERSCORE 1*127(ALPHA / DIGIT / UNDERSCORE))
UNDERSCORE = %x95
Constructors
| Identifier | constructor(identifier: String) |
Functions
| Name | Summary |
|---|---|
| asStr | open override fun asStr(): String |
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| equals | open operator override fun equals(other: Any?): Boolean |
| hashCode | open override fun hashCode(): Int |
| toString | open override fun toString(): String |
Companion object functions
| Name | Summary |
|---|---|
| addressKey | fun addressKey(): Identifier |
| asciiModule | fun asciiModule(): Identifier |
| authenticatorState | fun authenticatorState(): Identifier |
| bag | fun bag(): Identifier |
| bagModule | fun bagModule(): Identifier |
| balance | fun balance(): Identifier |
| balanceModule | fun balanceModule(): Identifier |
| clock | fun clock(): Identifier |
| clockModule | fun clockModule(): Identifier |
| coin | fun coin(): Identifier |
| coinManager | fun coinManager(): Identifier |
| coinManagerModule | fun coinManagerModule(): Identifier |
| coinMetadata | fun coinMetadata(): Identifier |
| coinModule | fun coinModule(): Identifier |
| config | fun config(): Identifier |
| configKey | fun configKey(): Identifier |
| configModule | fun configModule(): Identifier |
| denyListModule | fun denyListModule(): Identifier |
| displayCreated | fun displayCreated(): Identifier |
| displayModule | fun displayModule(): Identifier |
| dynamicFieldModule | fun dynamicFieldModule(): Identifier |
| dynamicObjectFieldModule | fun dynamicObjectFieldModule(): Identifier |
| field | fun field(): Identifier |
| globalPauseKey | fun globalPauseKey(): Identifier |
| id | fun id(): Identifier |
| iota | fun iota(): Identifier |
| iotaModule | fun iotaModule(): Identifier |
| iotaSystemAdminCap | fun iotaSystemAdminCap(): Identifier |
| iotaSystemModule | fun iotaSystemModule(): Identifier |
| iotaSystemState | fun iotaSystemState(): Identifier |
| iotaSystemStateInnerModule | fun iotaSystemStateInnerModule(): Identifier |
| iotaTreasuryCap | fun iotaTreasuryCap(): Identifier |
| name | fun name(): Identifier |
| nameModule | fun nameModule(): Identifier |
| objectBag | fun objectBag(): Identifier |
| objectBagModule | fun objectBagModule(): Identifier |
| objectModule | fun objectModule(): Identifier |
| option | fun option(): Identifier |
| optionModule | fun optionModule(): Identifier |
| packageModule | fun packageModule(): Identifier |
| payModule | fun payModule(): Identifier |
| random | fun random(): Identifier |
| randomModule | fun randomModule(): Identifier |
| receiving | fun receiving(): Identifier |
| setting | fun setting(): Identifier |
| stakedIota | fun stakedIota(): Identifier |
| stakingPoolModule | fun stakingPoolModule(): Identifier |
| string | fun string(): Identifier |
| stringModule | fun stringModule(): Identifier |
| systemAdminCapModule | fun systemAdminCapModule(): Identifier |
| systemEpochInfoEvent | fun systemEpochInfoEvent(): Identifier |
| systemEpochInfoEventV1 | fun systemEpochInfoEventV1(): Identifier |
| systemEpochInfoEventV2 | fun systemEpochInfoEventV2(): Identifier |
| timeLock | fun timeLock(): Identifier |
| timelockedStakedIota | fun timelockedStakedIota(): Identifier |
| timelockedStakingModule | fun timelockedStakingModule(): Identifier |
| timelockModule | fun timelockModule(): Identifier |
| transferModule | fun transferModule(): Identifier |
| treasuryCap | fun treasuryCap(): Identifier |
| txContext | fun txContext(): Identifier |
| txContextModule | fun txContextModule(): Identifier |
| uid | fun uid(): Identifier |
| upgradeCap | fun upgradeCap(): Identifier |
| upgradeReceipt | fun upgradeReceipt(): Identifier |
| upgradeTicket | fun upgradeTicket(): Identifier |
| url | fun url(): Identifier |
| urlModule | fun urlModule(): Identifier |
| versionUpdated | fun versionUpdated(): Identifier |
| wrapper | fun wrapper(): Identifier |