@lightprotocol/stateless.js - v0.22.1-alpha.1
    Preparing search index...

    Type Alias CompressedAccountMeta

    Compressed account meta in instruction.

    type CompressedAccountMeta = {
        treeInfo: PackedStateTreeInfo;
        address: number[] | null;
        lamports: BN | null;
        outputStateTreeIndex: number;
    }
    Index

    Properties

    Packed Tree info.

    address: number[] | null

    Address.

    lamports: BN | null

    Lamports.

    outputStateTreeIndex: number

    index of state tree in which the new account state is stored.