Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base58Decode ¶
Base58Decode fonksiyonu, verilen base58 kodunu byte dizisine dönüştürür
func Base58Encode ¶
Base58 fonksiyonu, verilen byte dizisini base58 koduna doğru dönüştürür
func NewKeyPair ¶
func NewKeyPair() (ecdsa.PrivateKey, []byte)
NewKeyPair fonksiyonu, bir private ve public key olusturur
func PublicKeyHash ¶
PublicKeyHash fonksiyonu, bir public key hash kodu olusturur
func ValidateAddress ¶
ValidateAddress fonksiyonu, bir adresin gecerli olup olmadıgını kontrol eder
Types ¶
type Wallet ¶
type Wallet struct {
PrivateKey ecdsa.PrivateKey //eliptik eğrisi ile private key
PublicKey []byte
}
func DeserializeWallet ¶
DeserializeWallet, serileştirilmiş veriyi Wallet yapısına dönüştürür
type Wallets ¶
func CreateWallets ¶
CreateWallets fonksiyonu, bir Wallets nesnesi olusturur
func (*Wallets) GetAllAddress ¶
GetAllAddress fonksiyonu, tüm wallet adreslerini döndürür
Click to show internal directories.
Click to hide internal directories.