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

    Interface GetCompressedTokenAccountsByOwnerOrDelegateOptions

    interface GetCompressedTokenAccountsByOwnerOrDelegateOptions {
        mint?: PublicKey;
        cursor?: string;
        limit?: BN;
    }
    Index

    Properties

    Properties

    mint?: PublicKey
    cursor?: string
    limit?: BN