Interface SymbiosisApiResponse

Hierarchy

  • SymbiosisApiResponse

Properties

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

Type declaration

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

Generated using TypeDoc