Documentation
    Preparing search index...
    AccountCreated: MoveStruct<
        {
            account_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            owner: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
            referrer_account_id: BcsType<
                string
                | null,
                string | Uint8Array<ArrayBufferLike> | null | undefined,
                "Option<bytes[32]>",
            >;
            self_owned: BcsType<boolean, boolean, "bool">;
            wrapper_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
        },
        "@local-pkg/account::account_events::AccountCreated",
    > = ...