Interface I_CREATE_STATIC_WALLET_REQUEST

interface I_CREATE_STATIC_WALLET_REQUEST {
    currency: string;
    from_referral_code?: string;
    network: string;
    order_id: string;
    url_callback?: string;
}

Properties

currency: string
from_referral_code?: string
network: string
order_id: string
url_callback?: string