Interface SquidrouterApiResponse

Hierarchy

  • SquidrouterApiResponse

Properties

Properties

error: {
    message: string;
    txHash: string;
} | {
    errorType: string;
    message: string;
}[]
id: string
toChain: {
    transactionId?: string;
}

Type declaration

  • Optional Readonly transactionId?: string

Generated using TypeDoc