PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@hashgraph/sdk/lib/contract

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

/**
 * @deprecated - Use mirror node for contract traceability instead
 */
export default class ContractStateChange {
    /**
     * @internal
     * @param {HashgraphProto.proto.IContractStateChange} change
     * @returns {ContractStateChange}
     */
    static _fromProtobuf(change: HashgraphProto.proto.IContractStateChange): ContractStateChange;
    /**
     * @param {Uint8Array} bytes
     * @returns {ContractStateChange}
     */
    static fromBytes(bytes: Uint8Array): ContractStateChange;
    /**
     * @private
     * @param {object} props
     * @param {ContractId} props.contractId
     * @param {StorageChange[]} props.storageChanges
     */
    private constructor();
    contractId: ContractId;
    storageChanges: StorageChange[];
    /**
     * @internal
     * @returns {HashgraphProto.proto.IContractStateChange} change
     */
    _toProtobuf(): HashgraphProto.proto.IContractStateChange;
    /**
     * @returns {Uint8Array}
     */
    toBytes(): Uint8Array;
}
import ContractId from "./ContractId.js";
import StorageChange from "./StorageChange.js";
import * as HashgraphProto from "@hashgraph/proto";

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


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