teleport-sdk.getamounts
Home > teleport-sdk > getAmounts
getAmounts() function
Signature:export declare function getAmounts(opts: {
withdrawn: BigNumberish;
isHighPriority?: boolean;
relayAddress?: string;
} & DomainContext): ReturnType<TeleportBridge['getAmounts']>;
Parameters
Parameter | Type | Description |
---|---|---|
opts | { withdrawn: BigNumberish; isHighPriority?: boolean; relayAddress?: string; } & DomainContext |
ReturnType<TeleportBridge['getAmounts']>