arweave_go

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package arweave defines interfaces for interacting with the Arweave Blockchain.

Index

Constants

View Source
const BatchChunkerAppName = "arweave-go-batcher"

BatchChunkerAppName is the application name for the batchchunker. It is added to transaction tags to retrieve them easily.

Variables

This section is empty.

Functions

This section is empty.

Types

type WalletSigner

type WalletSigner interface {
	Sign(msg []byte) ([]byte, error)
	Verify(msg []byte, sig []byte) error
	Address() string
	PubKeyModulus() *big.Int
}

WalletSigner is the interface needed to be able to sign an arweave

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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