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
Parameter | Type | Description |
---|---|---|
opts | { teleportGUID: TeleportGUID; isHighPriority?: boolean; relayParams?: RelayParams; relayAddress?: string; } & DomainContext |
ReturnType<TeleportBridge['getAmountsForTeleportGUID']>