GetAssetSignaturesRpcResponse: {
    limit: number;
    page: number;
    signatures: TransactionSignature[];
    total: number;
}

Type declaration

  • limit: number

    Limit of signatures used to create the list. When the total value is lower than the limit, it means that there are no more signatures to be retrieved.

  • page: number

    The page number of the signatures.

  • signatures: TransactionSignature[]

    List of individual signatures.

  • total: number

    total number of signatures in the list.

Generated using TypeDoc