@cfxlabsinc/b2b-services
    Preparing search index...

    Interact with Solana Mintfx program and related components

    This service is aware token mints and configuration

    Index

    Constructors

    Methods

    • Build transfer instructions for a ledger account transfer

      Parameters

      • __namedParameters: {
            authority: Address;
            idempotencyKey: string;
            payer: Address;
            sourceWalletId: string;
            targets: { amount: string; walletId: string }[];
        }

      Returns Promise<
          Instruction<
              string,
              readonly (AccountLookupMeta<string, string> | AccountMeta<string>)[],
          >[],
      >