Documentation
    Preparing search index...
    Deposited: MoveStruct<
        {
            account_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            amount: BcsType<bigint, string | number | bigint, "u64">;
            coin_type: BcsType<string, string, "string">;
            new_balance: BcsType<bigint, string | number | bigint, "u64">;
        },
        "@local-pkg/account::account_events::Deposited",
    > = ...