Type alias ContractUpdateTransactionWithSchema<J>

ContractUpdateTransactionWithSchema<J>: ContractUpdateTransaction & {
    parameter: {
        hex: HexString;
        json: J;
    };
    schema: ContractSchema;
}

An update transaction without header, including schema information. This is useful for sending through a wallet, which supplies the header information.

Type Parameters

Generated using TypeDoc