Interface SymbiosisApiResponse

Hierarchy

  • SymbiosisApiResponse

Properties

Properties

status: {
    code: string;
    text: string;
}

Type declaration

  • code: string
  • text: string
tx: null | {
    chainId: number;
    hash: string;
}

Generated using TypeDoc