• Preparing search index...
  • The search index is not available
@oobe-protocol-labs/synapse-client-sdk
  • @oobe-protocol-labs/synapse-client-sdk
  • getSignaturesForAsset

Function getSignaturesForAsset

  • getSignaturesForAsset(t, params, opts?): Promise<AssetSignaturesPage>
  • Fetch transaction signatures associated with a digital asset.

    Parameters

    • t: HttpTransport

      HTTP transport instance

    • params: SignaturesForAssetParams

      Asset ID and pagination/sorting options

    • opts: DasOpts & CallOptions = {}

      Commitment level and call options

    Returns Promise<AssetSignaturesPage>

    Paginated list of transaction signatures for the asset

    Example

    const sigs = await getSignaturesForAsset(transport, {
    id: 'Asset111...',
    page: 1,
    });
    sigs.items.forEach(s => console.log(s.signature));

    Since

    1.0.0

    • Defined in src/das/methods/get-signatures-for-asset.ts:64

Settings

Member Visibility
@oobe-protocol-labs/synapse-client-sdk
  • Loading...

Generated using TypeDoc