multisig

package
v0.0.0-...-57c21f4 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StellarSignRequest

type StellarSignRequest struct {
	TxnXDR             string
	RequiredSignatures int
	Receiver           common.Address //TODO: How can this be an Ethereum common.Address ?
	Block              uint64
	Message            string //Contains the deposit transaction hash in case of a refund
}

type StellarSignResponse

type StellarSignResponse struct {
	// Signature is a base64 of the signature
	Signature string
	// The account address
	Address string
}

Jump to

Keyboard shortcuts

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