SDK Reference - Bridge
Structs
FImmutableBridgeQueryParams
Represents the query parameters for generating a bridge URL.
FStringFromChainIDThe ID of the source blockchain (default: "").FStringFromTokenAddressThe address of the token being moved from (default: "").FStringToChainIDThe address of the token being moved from (default: "").FStringToTokenAddressThe address of the token being moved to (default: "").
Static Functions
UImmutableMarketplaceLinkFactory::GenerateBridgeLink
Generates a link for the bridge flow.
Method parameters
EImmutableEnvironmentEnvironmentREQUIRED
Specifies the environment (Sandbox or Production).
const FImmutableOnRampQueryParams&QueryParamsREQUIRED
The query parameters for the bridge flow. Uses default values if not specified.
Returns
FString
The generated bridge URL.