ImmutableAccountCreated
open class ImmutableAccountCreated : Disposable, AutoCloseable, ImmutableAccountCreatedInterface
A typed view of a 0x2::account::ImmutableAccountCreated.
Functions
| Name | Summary |
|---|---|
| accountId | open override fun accountId(): ObjectId |
| authenticator | open override fun authenticator(): AuthenticatorFunctionRef |
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| toString | open override fun toString(): String |
Companion object functions
| Name | Summary |
|---|---|
| tryFromBcs | fun tryFromBcs(bytes: ByteArray): ImmutableAccountCreated Decode from the BCS contents of an emitted event. |