Interface ITransactionReceipt

interface ITransactionReceipt {
    data: string;
}

Properties

Properties

data: string