substrate

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Address

type Address pack.Bytes

An Address represents a public address on a Substrate blockchain. It can be the address of an external account, or the address of a smart contract.

type AddressDecoder

type AddressDecoder interface {
	DecodeAddress(pack.String) (pack.Bytes, error)
}

The AddressDecoder defines an interface for decoding string representations of Substrate address into the concrete Address type.

func NewAddressDecoder

func NewAddressDecoder() AddressDecoder

NewAddressDecoder returns the default AddressDecoder for Substract chains. It uses the Bitcoin base58 alphabet to decode the string, and interprets the result as a 2-byte address type, 32-byte array, and 1-byte checksum.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL