[ci skip] Generate TS types
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { TransactionDetails } from "./transactiondetails";
|
||||
|
||||
export interface TauriTxResult {
|
||||
code: number;
|
||||
gas_wanted: bigint;
|
||||
gas_used: bigint;
|
||||
block_height: bigint;
|
||||
code: number;
|
||||
details: TransactionDetails;
|
||||
gas_used: bigint;
|
||||
gas_wanted: bigint;
|
||||
tx_hash: string;
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Coin } from "./coin";
|
||||
|
||||
export interface TransactionDetails {
|
||||
amount: Coin;
|
||||
from_address: string;
|
||||
to_address: string;
|
||||
amount: Coin;
|
||||
}
|
||||
Reference in New Issue
Block a user