Skip to main content

teleport-sdk.getamountsforteleportguid

Home > teleport-sdk > getAmountsForTeleportGUID

getAmountsForTeleportGUID() function

Signature:
export declare function getAmountsForTeleportGUID(opts: {
teleportGUID: TeleportGUID;
isHighPriority?: boolean;
relayParams?: RelayParams;
relayAddress?: string;
} & DomainContext): ReturnType<TeleportBridge['getAmountsForTeleportGUID']>;

Parameters

ParameterTypeDescription
opts{ teleportGUID: TeleportGUID; isHighPriority?: boolean; relayParams?: RelayParams; relayAddress?: string; } & DomainContext
Returns:

ReturnType<TeleportBridge['getAmountsForTeleportGUID']>