SDK Reference - Bridge
Structs
FImmutableBridgeQueryParams
Represents the query parameters for generating a bridge URL.
FString
FromChainID
The ID of the source blockchain (default: "").FString
FromTokenAddress
The address of the token being moved from (default: "").FString
ToChainID
The address of the token being moved from (default: "").FString
ToTokenAddress
The 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.