MutableAccountCreated
open class MutableAccountCreated : Disposable, AutoCloseable, MutableAccountCreatedInterface
A typed view of a 0x2::account::MutableAccountCreated.
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): MutableAccountCreated Decode from the BCS contents of an emitted event. |