Interface I_CREATE_STATIC_WALLET_RESPONSE

interface I_CREATE_STATIC_WALLET_RESPONSE {
    result: {
        address: string;
        currency: string;
        network: string;
        url: string;
        uuid: string;
        wallet_uuid: string;
    };
    state: number;
}

Properties

Properties

result: {
    address: string;
    currency: string;
    network: string;
    url: string;
    uuid: string;
    wallet_uuid: string;
}
state: number