Skip to main content

ImmutableAccountCreated

open class ImmutableAccountCreated : Disposable, AutoCloseable, ImmutableAccountCreatedInterface

A typed view of a 0x2::account::ImmutableAccountCreated.

Functions

NameSummary
accountIdopen override fun accountId(): ObjectId
authenticatoropen override fun authenticator(): AuthenticatorFunctionRef
close@Synchronized
open override fun close()
destroyopen override fun destroy()
toStringopen override fun toString(): String

Companion object functions

NameSummary
tryFromBcsfun tryFromBcs(bytes: ByteArray): ImmutableAccountCreated
Decode from the BCS contents of an emitted event.