Hierarchy (view full)

Constructors

Properties

Accessors

Methods

  • Parameters

    • blockNumber: NumLike
    • Optionalverbosity: null | number
    • OptionalwithCycles: null | boolean

    Returns Promise<undefined | ClientBlock>

  • Parameters

    • outPointLike: OutPointLike
    • OptionalwithData: null | boolean
    • OptionalincludeTxPool: null | boolean

    Returns Promise<undefined | Cell>

  • Parameters

    • outPointLike: OutPointLike
    • OptionalwithData: null | boolean
    • OptionalincludeTxPool: null | boolean

    Returns Promise<undefined | Cell>

  • Find cells by search key designed for collectable cells.

    Parameters

    Returns AsyncGenerator<Cell, any, unknown>

    A async generator for yielding cells.

  • Parameters

    • lock: ScriptLike
    • Optionaltype: null | ScriptLike
    • withData: boolean = true
    • Optionalorder: "asc" | "desc"
    • limit: number = 10

    Returns AsyncGenerator<Cell, any, unknown>

  • Parameters

    • type: ScriptLike
    • withData: boolean = true
    • Optionalorder: "asc" | "desc"
    • limit: number = 10

    Returns AsyncGenerator<Cell, any, unknown>

  • Parameters

    Returns AsyncGenerator<{
        txHash: `0x${string}`;
        blockNumber: bigint;
        txIndex: bigint;
        cells: {
            isInput: boolean;
            cellIndex: bigint;
        }[];
    }, any, unknown>

  • Parameters

    Returns AsyncGenerator<{
        txHash: `0x${string}`;
        blockNumber: bigint;
        txIndex: bigint;
        isInput: boolean;
        cellIndex: bigint;
    }, any, unknown>

  • Parameters

    Returns AsyncGenerator<{
        txHash: `0x${string}`;
        blockNumber: bigint;
        txIndex: bigint;
        isInput: boolean;
        cellIndex: bigint;
    } | {
        txHash: `0x${string}`;
        blockNumber: bigint;
        txIndex: bigint;
        cells: {
            isInput: boolean;
            cellIndex: bigint;
        }[];
    }, any, unknown>

  • Parameters

    • lock: ScriptLike
    • type: undefined | null | ScriptLike
    • groupByTransaction: true
    • Optionalorder: "asc" | "desc"
    • Optionallimit: number

    Returns AsyncGenerator<{
        txHash: `0x${string}`;
        blockNumber: bigint;
        txIndex: bigint;
        cells: {
            isInput: boolean;
            cellIndex: bigint;
        }[];
    }, any, unknown>

  • Parameters

    • lock: ScriptLike
    • Optionaltype: null | ScriptLike
    • OptionalgroupByTransaction: null | false
    • Optionalorder: "asc" | "desc"
    • Optionallimit: number

    Returns AsyncGenerator<{
        txHash: `0x${string}`;
        blockNumber: bigint;
        txIndex: bigint;
        isInput: boolean;
        cellIndex: bigint;
    }, any, unknown>

  • Parameters

    • lock: ScriptLike
    • Optionaltype: null | ScriptLike
    • OptionalgroupByTransaction: null | boolean
    • Optionalorder: "asc" | "desc"
    • Optionallimit: number

    Returns AsyncGenerator<{
        txHash: `0x${string}`;
        blockNumber: bigint;
        txIndex: bigint;
        isInput: boolean;
        cellIndex: bigint;
    } | {
        txHash: `0x${string}`;
        blockNumber: bigint;
        txIndex: bigint;
        cells: {
            isInput: boolean;
            cellIndex: bigint;
        }[];
    }, any, unknown>

  • Parameters

    • type: ScriptLike
    • groupByTransaction: true
    • Optionalorder: "asc" | "desc"
    • Optionallimit: number

    Returns AsyncGenerator<{
        txHash: `0x${string}`;
        blockNumber: bigint;
        txIndex: bigint;
        cells: {
            isInput: boolean;
            cellIndex: bigint;
        }[];
    }, any, unknown>

  • Parameters

    • type: ScriptLike
    • OptionalgroupByTransaction: null | false
    • Optionalorder: "asc" | "desc"
    • Optionallimit: number

    Returns AsyncGenerator<{
        txHash: `0x${string}`;
        blockNumber: bigint;
        txIndex: bigint;
        isInput: boolean;
        cellIndex: bigint;
    }, any, unknown>

  • Parameters

    • type: ScriptLike
    • OptionalgroupByTransaction: null | boolean
    • Optionalorder: "asc" | "desc"
    • Optionallimit: number

    Returns AsyncGenerator<{
        txHash: `0x${string}`;
        blockNumber: bigint;
        txIndex: bigint;
        isInput: boolean;
        cellIndex: bigint;
    } | {
        txHash: `0x${string}`;
        blockNumber: bigint;
        txIndex: bigint;
        cells: {
            isInput: boolean;
            cellIndex: bigint;
        }[];
    }, any, unknown>