Skip to main content

Type Alias: IReceipt

type IReceipt: object;

The receipt interface.

Type declaration

blockHash

blockHash: string;

blockNumber

blockNumber: number;

bloom

bloom: string;

contractAddress

contractAddress: string;

flags

flags: Flags[];

gasPrice?

optional gasPrice: string;

gasUsed

gasUsed: string;

includedInMain

includedInMain: boolean;

logs

logs: ILog[];

outputReceipts

outputReceipts: (IReceipt | null)[] | null;

outTransactions

outTransactions: Hex[] | null;

shardId

shardId: number;

success

success: boolean;

transactionHash

transactionHash: Hex;

txnIndex

txnIndex: number;

Defined

@nilfoundation/niljs/src/types/IReceipt.ts:8