PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-coin-sol/dist/src/lib
Просмотр файла: instructionParamsFactory.d.ts
import { TransactionInstruction } from '@solana/web3.js';
import { TransactionType } from '@bitgo/sdk-core';
import { InstructionParams } from './iface';
/**
* Construct instructions params from Solana instructions
*
* @param {TransactionType} type - the transaction type
* @param {TransactionInstruction[]} instructions - solana instructions
* @returns {InstructionParams[]} An array containing instruction params
*/
export declare function instructionParamsFactory(type: TransactionType, instructions: TransactionInstruction[], coinName?: string): InstructionParams[];
//# sourceMappingURL=instructionParamsFactory.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!