Categorygithub.com/ModChain/outscript
modulepackage
0.3.0
Repository: https://github.com/modchain/outscript.git
Documentation: pkg.go.dev

# README

outscript

Generate potential outscripts for a given public key.

# Functions

EvmCall generates calldata for a given EVM call, performing absolutely no check on the provided parameters as to whether these match the ABI or not.
GetOuts returns the potential outputs that can be opened in theory with the given pubkey.
GuessOut will return a out matching the provided script, and attempt to guess the correct type.
No description provided by the author
No description provided by the author
New returns a new [Script] object for the given public key, which can be used to generate output scripts.
No description provided by the author
ParseBitcoinAddress parses an address in bitcoin format and returns the matching script, accepting also other networks addresses (in which cash a flag will be set) Deprecated: use ParseBitcoinBasedAddress instead.
ParseBitcoinBasedAddress parses an address in bitcoin format and returns the matching script, for the specified network.
ParseEvmAddress parses an address to return an Out, supporting various networks.

# Constants

No description provided by the author
No description provided by the author
.
No description provided by the author

# Variables

No description provided by the author
FormatsPerNetwork is a table listing the typically available formats for each network.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author