@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

    • Token transfer instruction and create ATA instructions (if required)

      Parameters

      • __namedParameters: {
            idempotencyKey: string;
            skipTargetAtaCreate?: boolean;
            targets: { address?: Address; amount: BigNumber; owner?: Address }[];
            token: "MOVEUSD";
        }

      Returns Promise<TransactionInstruction[]>

    • Token transfer instruction and create ATA instructions (if required)

      Parameters

      • __namedParameters: { idempotencyKey: string; refundLedgerAccountId: string; token: "MOVEUSD" }

      Returns Promise<TransactionInstruction[]>

    • Token transfer instruction and create ATA instructions (if required)

      Parameters

      • __namedParameters: {
            amount: number;
            idempotencyKey: string;
            ledgerAccountId: string;
            token: "MOVEUSD";
        }

      Returns Promise<TransactionInstruction[]>