Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArweaveSigner ¶
type ArweaveSigner struct {
// contains filtered or unexported fields
}
func Arweave ¶
func Arweave(privateKey []byte, publicKey []byte) (*ArweaveSigner, error)
Arweave creates an instance of the Arweave signer
type Ed25519Signer ¶
type Ed25519Signer struct {
// contains filtered or unexported fields
}
func Ed25519 ¶
func Ed25519(privateKey []byte, publicKey []byte) *Ed25519Signer
type EthereumSigner ¶
type EthereumSigner struct {
// contains filtered or unexported fields
}
func Ethereum ¶
func Ethereum(privateKey string) (*EthereumSigner, error)
func (*EthereumSigner) PublicKey ¶
func (e *EthereumSigner) PublicKey() wallet.PublicKey
PublicKey ...
Click to show internal directories.
Click to hide internal directories.