Action: {
asset: string;
id: string;
index: number;
sourceChain: string;
transactionNumber: number;
type: "SEND";
} | {
chain: string;
destinationAsset: string;
id: string;
index: number;
sourceAsset: string;
transactionNumber: number;
type: "SWAP";
venue: string;
} | {
asset: string;
destinationChain: string;
id: string;
index: number;
sourceChain: string;
transactionNumber: number;
type: "TRANSFER";
}
Type declaration
asset: string
id: string
index: number
sourceChain: string
transactionNumber: number
type: "SEND"
Type declaration
chain: string
destinationAsset: string
id: string
index: number
sourceAsset: string
transactionNumber: number
type: "SWAP"
venue: string
Type declaration
asset: string
destinationChain: string
id: string
index: number
sourceChain: string
transactionNumber: number
type: "TRANSFER"