Skip to main content

Type Alias: OutTransaction

type OutTransaction: object;

The structure representing an outgoing transaction (a transaction created by a smart contract after another transaction triggers its execution).

Type declaration

coinsUsed

coinsUsed: string;

data?

optional data: Uint8Array;

error?

optional error: string;

feeCredit?

optional feeCredit: string;

forwardFee?

optional forwardFee: string;

from?

optional from: Address;

outTransactions

outTransactions: OutTransaction[];

seqno

seqno: string;

to?

optional to: Address;

Export

Defined

@nilfoundation/niljs/src/types/CallArgs.ts:70