Interface I_BLOCK_STATIC_WALLET_RESPONSE

interface I_BLOCK_STATIC_WALLET_RESPONSE {
    result: { status: E_STATIC_WALLET_STATUS; uuid: string };
    state: number;
}

Properties

Properties

result: { status: E_STATIC_WALLET_STATUS; uuid: string }
state: number