Dash Core  0.12.2.1
P2P Digital Currency
test_framework.key Namespace Reference

Classes

class  CECKey
 
class  CPubKey
 

Functions

def _check_result (val, func, args)
 

Variables

 ssl = ctypes.cdll.LoadLibrary(ctypes.util.find_library ('ssl') or 'libeay32')
 
 restype
 
 argtypes
 
int NID_secp256k1 = 714
 

Function Documentation

◆ _check_result()

def test_framework.key._check_result (   val,
  func,
  args 
)
private

Definition at line 79 of file key.py.

Variable Documentation

◆ argtypes

test_framework.key.argtypes

Definition at line 22 of file key.py.

◆ NID_secp256k1

int test_framework.key.NID_secp256k1 = 714

Definition at line 76 of file key.py.

◆ restype

test_framework.key.restype

Definition at line 21 of file key.py.

◆ ssl

test_framework.key.ssl = ctypes.cdll.LoadLibrary(ctypes.util.find_library ('ssl') or 'libeay32')

Definition at line 19 of file key.py.