PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-vet/dist/src/lib
Просмотр файла: iface.d.ts
import { TransactionExplanation as BaseTransactionExplanation, TransactionType as BitGoTransactionType, TransactionRecipient } from '@bitgo/sdk-core';
/**
* The transaction data returned from the toJson() function of a transaction
*/
export interface VetTransactionData {
id: string;
chainTag: number;
blockRef: string;
expiration: number;
gasPriceCoef: number;
gas: number;
dependsOn: string | null;
nonce: string;
sender?: string;
feePayer?: string;
recipients?: TransactionRecipient[];
data?: string;
value?: string;
deployedAddress?: string;
to?: string;
tokenAddress?: string;
tokenId?: string;
stakingContractAddress?: string;
amountToStake?: string;
nftCollectionId?: string;
}
export interface VetTransactionExplanation extends BaseTransactionExplanation {
sender?: string;
type?: BitGoTransactionType;
}
//# sourceMappingURL=iface.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!