PHP WebShell

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

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

/**
 * @deprecated - Use mirror node for contract traceability instead
 */
export default class StorageChange {
    /**
     * @internal
     * @param {HashgraphProto.proto.IStorageChange} change
     * @returns {StorageChange}
     */
    static _fromProtobuf(change: HashgraphProto.proto.IStorageChange): StorageChange;
    /**
     * @param {Uint8Array} bytes
     * @returns {StorageChange}
     */
    static fromBytes(bytes: Uint8Array): StorageChange;
    /**
     * @private
     * @param {object} props
     * @param {Uint8Array} props.slot
     * @param {Uint8Array} props.valueRead
     * @param {Uint8Array?} props.valueWritten
     */
    private constructor();
    slot: Uint8Array;
    valueRead: Uint8Array;
    valueWritten: Uint8Array | null;
    /**
     * @internal
     * @returns {HashgraphProto.proto.IStorageChange}
     */
    _toProtobuf(): HashgraphProto.proto.IStorageChange;
    /**
     * @returns {Uint8Array}
     */
    toBytes(): Uint8Array;
}
import * as HashgraphProto from "@hashgraph/proto";

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


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