PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@vechain/sdk-core/src/transaction

Просмотр файла: ClauseOptions.d.ts

/**
 * Options for creating a clause.
 */
interface ClauseOptions {
    /**
     * Optional value for the clause wei units as hexadecimal expression.
     */
    value?: string;

    /**
     * Optional comment for the clause, helpful for displaying what the clause is doing.
     */
    comment?: string;

    /**
     * Optional ABI for the contract method invocation.
     */
    includeABI?: boolean;
}

export type { ClauseOptions };

Выполнить команду


Для локальной разработки. Не используйте в интернете!