Function createOutUtxos

  • Parameters

    • __namedParameters: {
          action: Action;
          appUtxo?: AppUtxoConfig;
          assetLookupTable: string[];
          changeUtxoAccount: Account;
          inUtxos?: Utxo[];
          numberMaxOutUtxos: number;
          outUtxos?: Utxo[];
          poseidon: any;
          publicAmountSol?: BN;
          publicAmountSpl?: BN;
          publicMint?: PublicKey;
          relayerFee?: BN;
          verifierProgramLookupTable: string[];
      }
      • action: Action
      • Optional appUtxo?: AppUtxoConfig
      • assetLookupTable: string[]
      • changeUtxoAccount: Account
      • Optional inUtxos?: Utxo[]
      • numberMaxOutUtxos: number
      • Optional outUtxos?: Utxo[]
      • poseidon: any
      • Optional publicAmountSol?: BN
      • Optional publicAmountSpl?: BN
      • Optional publicMint?: PublicKey
      • Optional relayerFee?: BN
      • verifierProgramLookupTable: string[]

    Returns Utxo[]

Generated using TypeDoc