Constructors
Properties
sender
sender: IAddress = ...
Methods
Static
fromHttpResponse
- fromHttpResponse(
response: {
data: string;
sender: string;
txHash: string;
value: string;
},
): TransactionReceipt Parameters
- response: { data: string; sender: string; txHash: string; value: string }