Skip to main content

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

ParameterTypeDescription
opts{ withdrawn: BigNumberish; isHighPriority?: boolean; relayAddress?: string; } & DomainContext
Returns:

ReturnType<TeleportBridge['getAmounts']>