export interface ActionReturnDataType { receiver: string; value: string; data: string; gasLimit: string; gasPrice: string; formattedGasPrice: string; } //# sourceMappingURL=types.d.ts.map