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

    Interface InstructionDataInvoke

    Instruction data for invoke.

    Index

    Properties

    proof: ValidityProof | null

    Validity proof.

    inputCompressedAccountsWithMerkleContext: PackedCompressedAccountWithMerkleContext[]

    Input compressed accounts with merkle context.

    outputCompressedAccounts: OutputCompressedAccountWithPackedContext[]

    Output compressed accounts.

    relayFee: BN | null

    Relay fee. Default is null.

    newAddressParams: NewAddressParamsPacked[]

    Params for creating new addresses.

    compressOrDecompressLamports: BN | null

    If some, it's either a compress or decompress instruction.

    isCompress: boolean

    Whether it's a compress or decompress instruction.