Monero
Loading...
Searching...
No Matches
coindef.CoinDef Class Reference
Inheritance diagram for coindef.CoinDef:
Collaboration diagram for coindef.CoinDef:

Public Member Functions

 __init__ (self, str coin_name=None, str coin_shortcut=None, str coin_label=None, str curve_name=None, int address_type=None, int address_type_p2sh=None, int maxfee_kb=None, int minfee_kb=None, bytes signed_message_header=None, bytes hash_genesis_block=None, int xprv_magic=None, int xpub_magic=None, int xpub_magic_segwit_p2sh=None, int xpub_magic_segwit_native=None, str bech32_prefix=None, str cashaddr_prefix=None, int slip44=None, bool segwit=None, bool decred=None, int fork_id=None, bool force_bip143=None, bool bip115=None, int dust_limit=None, str uri_prefix=None, int min_address_length=None, int max_address_length=None, bytes icon=None, str website=None, str github=None, str maintainer=None, int blocktime_seconds=None, dict default_fee_b=None, dict bitcore=None, dict blockbook=None, int cooldown=None)

Public Attributes

 coin_name = coin_name
 coin_shortcut = coin_shortcut
 coin_label = coin_label
 curve_name = curve_name
 address_type = address_type
 address_type_p2sh = address_type_p2sh
 maxfee_kb = maxfee_kb
 minfee_kb = minfee_kb
 signed_message_header = signed_message_header
 hash_genesis_block = hash_genesis_block
 xprv_magic = xprv_magic
 xpub_magic = xpub_magic
 xpub_magic_segwit_p2sh = xpub_magic_segwit_p2sh
 xpub_magic_segwit_native = xpub_magic_segwit_native
 bech32_prefix = bech32_prefix
 cashaddr_prefix = cashaddr_prefix
 slip44 = slip44
 segwit = segwit
 decred = decred
 fork_id = fork_id
 force_bip143 = force_bip143
 bip115 = bip115
 dust_limit = dust_limit
 uri_prefix = uri_prefix
 min_address_length = min_address_length
 max_address_length = max_address_length
 icon = icon
 website = website
 github = github
 maintainer = maintainer
 blocktime_seconds = blocktime_seconds
 default_fee_b = default_fee_b
 bitcore = bitcore
 blockbook = blockbook
 cooldown = cooldown

Static Public Attributes

dict FIELDS

Constructor & Destructor Documentation

◆ __init__()

coindef.CoinDef.__init__ ( self,
str coin_name = None,
str coin_shortcut = None,
str coin_label = None,
str curve_name = None,
int address_type = None,
int address_type_p2sh = None,
int maxfee_kb = None,
int minfee_kb = None,
bytes signed_message_header = None,
bytes hash_genesis_block = None,
int xprv_magic = None,
int xpub_magic = None,
int xpub_magic_segwit_p2sh = None,
int xpub_magic_segwit_native = None,
str bech32_prefix = None,
str cashaddr_prefix = None,
int slip44 = None,
bool segwit = None,
bool decred = None,
int fork_id = None,
bool force_bip143 = None,
bool bip115 = None,
int dust_limit = None,
str uri_prefix = None,
int min_address_length = None,
int max_address_length = None,
bytes icon = None,
str website = None,
str github = None,
str maintainer = None,
int blocktime_seconds = None,
dict default_fee_b = None,
dict bitcore = None,
dict blockbook = None,
int cooldown = None )

Member Data Documentation

◆ address_type

coindef.CoinDef.address_type = address_type

◆ address_type_p2sh

coindef.CoinDef.address_type_p2sh = address_type_p2sh

◆ bech32_prefix

coindef.CoinDef.bech32_prefix = bech32_prefix

◆ bip115

coindef.CoinDef.bip115 = bip115

◆ bitcore

coindef.CoinDef.bitcore = bitcore

◆ blockbook

coindef.CoinDef.blockbook = blockbook

◆ blocktime_seconds

coindef.CoinDef.blocktime_seconds = blocktime_seconds

◆ cashaddr_prefix

coindef.CoinDef.cashaddr_prefix = cashaddr_prefix

◆ coin_label

coindef.CoinDef.coin_label = coin_label

◆ coin_name

coindef.CoinDef.coin_name = coin_name

◆ coin_shortcut

coindef.CoinDef.coin_shortcut = coin_shortcut

◆ cooldown

coindef.CoinDef.cooldown = cooldown

◆ curve_name

coindef.CoinDef.curve_name = curve_name

◆ decred

coindef.CoinDef.decred = decred

◆ default_fee_b

coindef.CoinDef.default_fee_b = default_fee_b

◆ dust_limit

coindef.CoinDef.dust_limit = dust_limit

◆ FIELDS

dict coindef.CoinDef.FIELDS
static

◆ force_bip143

coindef.CoinDef.force_bip143 = force_bip143

◆ fork_id

coindef.CoinDef.fork_id = fork_id

◆ github

coindef.CoinDef.github = github

◆ hash_genesis_block

coindef.CoinDef.hash_genesis_block = hash_genesis_block

◆ icon

coindef.CoinDef.icon = icon

◆ maintainer

coindef.CoinDef.maintainer = maintainer

◆ max_address_length

coindef.CoinDef.max_address_length = max_address_length

◆ maxfee_kb

coindef.CoinDef.maxfee_kb = maxfee_kb

◆ min_address_length

coindef.CoinDef.min_address_length = min_address_length

◆ minfee_kb

coindef.CoinDef.minfee_kb = minfee_kb

◆ segwit

coindef.CoinDef.segwit = segwit

◆ signed_message_header

coindef.CoinDef.signed_message_header = signed_message_header

◆ slip44

coindef.CoinDef.slip44 = slip44

◆ uri_prefix

coindef.CoinDef.uri_prefix = uri_prefix

◆ website

coindef.CoinDef.website = website

◆ xprv_magic

coindef.CoinDef.xprv_magic = xprv_magic

◆ xpub_magic

coindef.CoinDef.xpub_magic = xpub_magic

◆ xpub_magic_segwit_native

coindef.CoinDef.xpub_magic_segwit_native = xpub_magic_segwit_native

◆ xpub_magic_segwit_p2sh

coindef.CoinDef.xpub_magic_segwit_p2sh = xpub_magic_segwit_p2sh

The documentation for this class was generated from the following file: