@xelis/sdk 0.11.13 → 0.11.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -524,9 +524,9 @@ export interface ContractOutputRefundDeposits {
|
|
|
524
524
|
}
|
|
525
525
|
export type ContractOutput = ContractOutputRefundGas | ContractOutputTransfer | ContractOutputExitCode | ContractOutputRefundDeposits;
|
|
526
526
|
export interface TransactionResponse extends Transaction {
|
|
527
|
-
blocks: string[];
|
|
528
|
-
executed_in_block: string;
|
|
529
527
|
in_mempool: boolean;
|
|
528
|
+
blocks?: string[];
|
|
529
|
+
executed_in_block?: string;
|
|
530
530
|
first_seen?: number;
|
|
531
531
|
}
|
|
532
532
|
export interface GetMempoolParams {
|
package/package.json
CHANGED