Monero
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
coindef.CoinDef Class Reference
Inheritance diagram for coindef.CoinDef:
Inheritance graph
[legend]
Collaboration diagram for coindef.CoinDef:
Collaboration graph
[legend]

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_shortcut
 
 coin_label
 
 curve_name
 
 address_type
 
 address_type_p2sh
 
 maxfee_kb
 
 minfee_kb
 
 signed_message_header
 
 hash_genesis_block
 
 xprv_magic
 
 xpub_magic
 
 xpub_magic_segwit_p2sh
 
 xpub_magic_segwit_native
 
 bech32_prefix
 
 cashaddr_prefix
 
 slip44
 
 segwit
 
 decred
 
 fork_id
 
 force_bip143
 
 bip115
 
 dust_limit
 
 uri_prefix
 
 min_address_length
 
 max_address_length
 
 icon
 
 website
 
 github
 
 maintainer
 
 blocktime_seconds
 
 default_fee_b
 
 bitcore
 
 blockbook
 
 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_p2sh

coindef.CoinDef.address_type_p2sh

◆ bech32_prefix

coindef.CoinDef.bech32_prefix

◆ bip115

coindef.CoinDef.bip115

◆ bitcore

coindef.CoinDef.bitcore

◆ blockbook

coindef.CoinDef.blockbook

◆ blocktime_seconds

coindef.CoinDef.blocktime_seconds

◆ cashaddr_prefix

coindef.CoinDef.cashaddr_prefix

◆ coin_label

coindef.CoinDef.coin_label

◆ coin_name

coindef.CoinDef.coin_name

◆ coin_shortcut

coindef.CoinDef.coin_shortcut

◆ cooldown

coindef.CoinDef.cooldown

◆ curve_name

coindef.CoinDef.curve_name

◆ decred

coindef.CoinDef.decred

◆ default_fee_b

coindef.CoinDef.default_fee_b

◆ dust_limit

coindef.CoinDef.dust_limit

◆ FIELDS

dict coindef.CoinDef.FIELDS
static

◆ force_bip143

coindef.CoinDef.force_bip143

◆ fork_id

coindef.CoinDef.fork_id

◆ github

coindef.CoinDef.github

◆ hash_genesis_block

coindef.CoinDef.hash_genesis_block

◆ icon

coindef.CoinDef.icon

◆ maintainer

coindef.CoinDef.maintainer

◆ max_address_length

coindef.CoinDef.max_address_length

◆ maxfee_kb

coindef.CoinDef.maxfee_kb

◆ min_address_length

coindef.CoinDef.min_address_length

◆ minfee_kb

coindef.CoinDef.minfee_kb

◆ segwit

coindef.CoinDef.segwit

◆ signed_message_header

coindef.CoinDef.signed_message_header

◆ slip44

coindef.CoinDef.slip44

◆ uri_prefix

coindef.CoinDef.uri_prefix

◆ website

coindef.CoinDef.website

◆ xprv_magic

coindef.CoinDef.xprv_magic

◆ xpub_magic

coindef.CoinDef.xpub_magic

◆ xpub_magic_segwit_native

coindef.CoinDef.xpub_magic_segwit_native

◆ xpub_magic_segwit_p2sh

coindef.CoinDef.xpub_magic_segwit_p2sh

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