Type alias DecodeCallResultResponse

DecodeCallResultResponse: { body: any }

Contains response data for the decodeCallResult operation.

Type declaration

  • body: any

    The parsed response body.

Generated using TypeDoc