Interface XyBuildTxResponse

Hierarchy

Properties

errorCode: XyErrorCode
errorMsg: string
route: XyRoute
success: boolean
tx: {
    data: string;
    to: string;
    value: string;
}

Type declaration

  • data: string
  • to: string
  • value: string

Generated using TypeDoc