Type Alias: UnsignedSuiTx
UnsignedSuiTx = {
family: typeofSui;transactions: [string]; }
Defined in: sui/types.ts:15
Unsigned Sui transaction, serialized via Transaction#serialize(). Reconstruct with Transaction.from(transactions[0]).
Properties
family
family: typeof
Sui
Defined in: sui/types.ts:16
transactions
transactions: [
string]
Defined in: sui/types.ts:17