Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
HrpForClient = iotago.NetworkPrefix("")
)
Functions ¶
func MakeSubSeed ¶
func SetSandboxWrappers ¶
Types ¶
type Keypair ¶
type Keypair struct {
// contains filtered or unexported fields
}
func KeyPairFromSeed ¶
func KeyPairFromSubSeed ¶
func (*Keypair) GetPrivateKey ¶
func (kp *Keypair) GetPrivateKey() ed25519.PrivateKey
func (*Keypair) GetPublicKey ¶
type OffLedgerRequest ¶
type OffLedgerRequest struct {
ChainID wasmtypes.ScChainID
Contract wasmtypes.ScHname
EntryPoint wasmtypes.ScHname
Params []byte
Signature OffLedgerSignature
Nonce uint64
Allowance *wasmlib.ScAssets
GasBudget uint64
}
func NewOffLedgerRequest ¶
func (*OffLedgerRequest) Bytes ¶
func (req *OffLedgerRequest) Bytes() []byte
func (*OffLedgerRequest) Essence ¶
func (req *OffLedgerRequest) Essence() []byte
func (*OffLedgerRequest) ID ¶
func (req *OffLedgerRequest) ID() wasmtypes.ScRequestID
func (*OffLedgerRequest) Sign ¶
func (req *OffLedgerRequest) Sign(keyPair *Keypair)
type OffLedgerSignature ¶
Click to show internal directories.
Click to hide internal directories.