bitcoindv1

package
v0.0.0-...-beb73e8 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_bitcoind_v1_bitcoind_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AddMultisigAddressRequest

type AddMultisigAddressRequest struct {
	RequiredSigs int32    `protobuf:"varint,1,opt,name=required_sigs,json=requiredSigs,proto3" json:"required_sigs,omitempty"`
	Keys         []string `protobuf:"bytes,2,rep,name=keys,proto3" json:"keys,omitempty"`
	Label        string   `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
	Wallet       string   `protobuf:"bytes,4,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMultisigAddressRequest) Descriptor deprecated

func (*AddMultisigAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddMultisigAddressRequest.ProtoReflect.Descriptor instead.

func (*AddMultisigAddressRequest) GetKeys

func (x *AddMultisigAddressRequest) GetKeys() []string

func (*AddMultisigAddressRequest) GetLabel

func (x *AddMultisigAddressRequest) GetLabel() string

func (*AddMultisigAddressRequest) GetRequiredSigs

func (x *AddMultisigAddressRequest) GetRequiredSigs() int32

func (*AddMultisigAddressRequest) GetWallet

func (x *AddMultisigAddressRequest) GetWallet() string

func (*AddMultisigAddressRequest) ProtoMessage

func (*AddMultisigAddressRequest) ProtoMessage()

func (*AddMultisigAddressRequest) ProtoReflect

func (*AddMultisigAddressRequest) Reset

func (x *AddMultisigAddressRequest) Reset()

func (*AddMultisigAddressRequest) String

func (x *AddMultisigAddressRequest) String() string

type AddMultisigAddressResponse

type AddMultisigAddressResponse struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMultisigAddressResponse) Descriptor deprecated

func (*AddMultisigAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddMultisigAddressResponse.ProtoReflect.Descriptor instead.

func (*AddMultisigAddressResponse) GetAddress

func (x *AddMultisigAddressResponse) GetAddress() string

func (*AddMultisigAddressResponse) ProtoMessage

func (*AddMultisigAddressResponse) ProtoMessage()

func (*AddMultisigAddressResponse) ProtoReflect

func (*AddMultisigAddressResponse) Reset

func (x *AddMultisigAddressResponse) Reset()

func (*AddMultisigAddressResponse) String

func (x *AddMultisigAddressResponse) String() string

type AnalyzePsbtRequest

type AnalyzePsbtRequest struct {
	Psbt string `protobuf:"bytes,1,opt,name=psbt,proto3" json:"psbt,omitempty"` // Base64 encoded PSBT
	// contains filtered or unexported fields
}

func (*AnalyzePsbtRequest) Descriptor deprecated

func (*AnalyzePsbtRequest) Descriptor() ([]byte, []int)

Deprecated: Use AnalyzePsbtRequest.ProtoReflect.Descriptor instead.

func (*AnalyzePsbtRequest) GetPsbt

func (x *AnalyzePsbtRequest) GetPsbt() string

func (*AnalyzePsbtRequest) ProtoMessage

func (*AnalyzePsbtRequest) ProtoMessage()

func (*AnalyzePsbtRequest) ProtoReflect

func (x *AnalyzePsbtRequest) ProtoReflect() protoreflect.Message

func (*AnalyzePsbtRequest) Reset

func (x *AnalyzePsbtRequest) Reset()

func (*AnalyzePsbtRequest) String

func (x *AnalyzePsbtRequest) String() string

type AnalyzePsbtResponse

type AnalyzePsbtResponse struct {
	Inputs           []*AnalyzePsbtResponse_Input `protobuf:"bytes,1,rep,name=inputs,proto3" json:"inputs,omitempty"`
	EstimatedVsize   float64                      `protobuf:"fixed64,2,opt,name=estimated_vsize,json=estimatedVsize,proto3" json:"estimated_vsize,omitempty"`
	EstimatedFeerate float64                      `protobuf:"fixed64,3,opt,name=estimated_feerate,json=estimatedFeerate,proto3" json:"estimated_feerate,omitempty"`
	Fee              float64                      `protobuf:"fixed64,4,opt,name=fee,proto3" json:"fee,omitempty"`
	Next             string                       `protobuf:"bytes,5,opt,name=next,proto3" json:"next,omitempty"`
	Error            string                       `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyzePsbtResponse) Descriptor deprecated

func (*AnalyzePsbtResponse) Descriptor() ([]byte, []int)

Deprecated: Use AnalyzePsbtResponse.ProtoReflect.Descriptor instead.

func (*AnalyzePsbtResponse) GetError

func (x *AnalyzePsbtResponse) GetError() string

func (*AnalyzePsbtResponse) GetEstimatedFeerate

func (x *AnalyzePsbtResponse) GetEstimatedFeerate() float64

func (*AnalyzePsbtResponse) GetEstimatedVsize

func (x *AnalyzePsbtResponse) GetEstimatedVsize() float64

func (*AnalyzePsbtResponse) GetFee

func (x *AnalyzePsbtResponse) GetFee() float64

func (*AnalyzePsbtResponse) GetInputs

func (*AnalyzePsbtResponse) GetNext

func (x *AnalyzePsbtResponse) GetNext() string

func (*AnalyzePsbtResponse) ProtoMessage

func (*AnalyzePsbtResponse) ProtoMessage()

func (*AnalyzePsbtResponse) ProtoReflect

func (x *AnalyzePsbtResponse) ProtoReflect() protoreflect.Message

func (*AnalyzePsbtResponse) Reset

func (x *AnalyzePsbtResponse) Reset()

func (*AnalyzePsbtResponse) String

func (x *AnalyzePsbtResponse) String() string

type AnalyzePsbtResponse_Input

type AnalyzePsbtResponse_Input struct {
	HasUtxo bool                               `protobuf:"varint,1,opt,name=has_utxo,json=hasUtxo,proto3" json:"has_utxo,omitempty"`
	IsFinal bool                               `protobuf:"varint,2,opt,name=is_final,json=isFinal,proto3" json:"is_final,omitempty"`
	Missing *AnalyzePsbtResponse_Input_Missing `protobuf:"bytes,3,opt,name=missing,proto3" json:"missing,omitempty"`
	Next    string                             `protobuf:"bytes,4,opt,name=next,proto3" json:"next,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyzePsbtResponse_Input) Descriptor deprecated

func (*AnalyzePsbtResponse_Input) Descriptor() ([]byte, []int)

Deprecated: Use AnalyzePsbtResponse_Input.ProtoReflect.Descriptor instead.

func (*AnalyzePsbtResponse_Input) GetHasUtxo

func (x *AnalyzePsbtResponse_Input) GetHasUtxo() bool

func (*AnalyzePsbtResponse_Input) GetIsFinal

func (x *AnalyzePsbtResponse_Input) GetIsFinal() bool

func (*AnalyzePsbtResponse_Input) GetMissing

func (*AnalyzePsbtResponse_Input) GetNext

func (x *AnalyzePsbtResponse_Input) GetNext() string

func (*AnalyzePsbtResponse_Input) ProtoMessage

func (*AnalyzePsbtResponse_Input) ProtoMessage()

func (*AnalyzePsbtResponse_Input) ProtoReflect

func (*AnalyzePsbtResponse_Input) Reset

func (x *AnalyzePsbtResponse_Input) Reset()

func (*AnalyzePsbtResponse_Input) String

func (x *AnalyzePsbtResponse_Input) String() string

type AnalyzePsbtResponse_Input_Missing

type AnalyzePsbtResponse_Input_Missing struct {
	Pubkeys       []string `protobuf:"bytes,1,rep,name=pubkeys,proto3" json:"pubkeys,omitempty"`
	Signatures    []string `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"`
	RedeemScript  string   `protobuf:"bytes,3,opt,name=redeem_script,json=redeemScript,proto3" json:"redeem_script,omitempty"`
	WitnessScript string   `protobuf:"bytes,4,opt,name=witness_script,json=witnessScript,proto3" json:"witness_script,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyzePsbtResponse_Input_Missing) Descriptor deprecated

func (*AnalyzePsbtResponse_Input_Missing) Descriptor() ([]byte, []int)

Deprecated: Use AnalyzePsbtResponse_Input_Missing.ProtoReflect.Descriptor instead.

func (*AnalyzePsbtResponse_Input_Missing) GetPubkeys

func (x *AnalyzePsbtResponse_Input_Missing) GetPubkeys() []string

func (*AnalyzePsbtResponse_Input_Missing) GetRedeemScript

func (x *AnalyzePsbtResponse_Input_Missing) GetRedeemScript() string

func (*AnalyzePsbtResponse_Input_Missing) GetSignatures

func (x *AnalyzePsbtResponse_Input_Missing) GetSignatures() []string

func (*AnalyzePsbtResponse_Input_Missing) GetWitnessScript

func (x *AnalyzePsbtResponse_Input_Missing) GetWitnessScript() string

func (*AnalyzePsbtResponse_Input_Missing) ProtoMessage

func (*AnalyzePsbtResponse_Input_Missing) ProtoMessage()

func (*AnalyzePsbtResponse_Input_Missing) ProtoReflect

func (*AnalyzePsbtResponse_Input_Missing) Reset

func (*AnalyzePsbtResponse_Input_Missing) String

type BackupWalletRequest

type BackupWalletRequest struct {
	Destination string `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"`
	Wallet      string `protobuf:"bytes,2,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*BackupWalletRequest) Descriptor deprecated

func (*BackupWalletRequest) Descriptor() ([]byte, []int)

Deprecated: Use BackupWalletRequest.ProtoReflect.Descriptor instead.

func (*BackupWalletRequest) GetDestination

func (x *BackupWalletRequest) GetDestination() string

func (*BackupWalletRequest) GetWallet

func (x *BackupWalletRequest) GetWallet() string

func (*BackupWalletRequest) ProtoMessage

func (*BackupWalletRequest) ProtoMessage()

func (*BackupWalletRequest) ProtoReflect

func (x *BackupWalletRequest) ProtoReflect() protoreflect.Message

func (*BackupWalletRequest) Reset

func (x *BackupWalletRequest) Reset()

func (*BackupWalletRequest) String

func (x *BackupWalletRequest) String() string

type BackupWalletResponse

type BackupWalletResponse struct {
	// contains filtered or unexported fields
}

func (*BackupWalletResponse) Descriptor deprecated

func (*BackupWalletResponse) Descriptor() ([]byte, []int)

Deprecated: Use BackupWalletResponse.ProtoReflect.Descriptor instead.

func (*BackupWalletResponse) ProtoMessage

func (*BackupWalletResponse) ProtoMessage()

func (*BackupWalletResponse) ProtoReflect

func (x *BackupWalletResponse) ProtoReflect() protoreflect.Message

func (*BackupWalletResponse) Reset

func (x *BackupWalletResponse) Reset()

func (*BackupWalletResponse) String

func (x *BackupWalletResponse) String() string

type Block

type Block struct {
	BlockTime         *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=block_time,json=blockTime,proto3" json:"block_time,omitempty"`
	Height            uint32                 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Hash              string                 `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	Confirmations     int32                  `protobuf:"varint,4,opt,name=confirmations,proto3" json:"confirmations,omitempty"`
	Version           int32                  `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	VersionHex        string                 `protobuf:"bytes,6,opt,name=version_hex,json=versionHex,proto3" json:"version_hex,omitempty"`
	MerkleRoot        string                 `protobuf:"bytes,7,opt,name=merkle_root,json=merkleRoot,proto3" json:"merkle_root,omitempty"`
	Nonce             uint32                 `protobuf:"varint,8,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Bits              string                 `protobuf:"bytes,9,opt,name=bits,proto3" json:"bits,omitempty"`
	Difficulty        float64                `protobuf:"fixed64,10,opt,name=difficulty,proto3" json:"difficulty,omitempty"`
	PreviousBlockHash string                 `protobuf:"bytes,11,opt,name=previous_block_hash,json=previousBlockHash,proto3" json:"previous_block_hash,omitempty"`
	NextBlockHash     string                 `protobuf:"bytes,12,opt,name=next_block_hash,json=nextBlockHash,proto3" json:"next_block_hash,omitempty"`
	StrippedSize      int32                  `protobuf:"varint,13,opt,name=stripped_size,json=strippedSize,proto3" json:"stripped_size,omitempty"`
	Size              int32                  `protobuf:"varint,14,opt,name=size,proto3" json:"size,omitempty"`
	Weight            int32                  `protobuf:"varint,15,opt,name=weight,proto3" json:"weight,omitempty"`
	Txids             []string               `protobuf:"bytes,16,rep,name=txids,proto3" json:"txids,omitempty"`
	// contains filtered or unexported fields
}

func (*Block) Descriptor deprecated

func (*Block) Descriptor() ([]byte, []int)

Deprecated: Use Block.ProtoReflect.Descriptor instead.

func (*Block) GetBits

func (x *Block) GetBits() string

func (*Block) GetBlockTime

func (x *Block) GetBlockTime() *timestamppb.Timestamp

func (*Block) GetConfirmations

func (x *Block) GetConfirmations() int32

func (*Block) GetDifficulty

func (x *Block) GetDifficulty() float64

func (*Block) GetHash

func (x *Block) GetHash() string

func (*Block) GetHeight

func (x *Block) GetHeight() uint32

func (*Block) GetMerkleRoot

func (x *Block) GetMerkleRoot() string

func (*Block) GetNextBlockHash

func (x *Block) GetNextBlockHash() string

func (*Block) GetNonce

func (x *Block) GetNonce() uint32

func (*Block) GetPreviousBlockHash

func (x *Block) GetPreviousBlockHash() string

func (*Block) GetSize

func (x *Block) GetSize() int32

func (*Block) GetStrippedSize

func (x *Block) GetStrippedSize() int32

func (*Block) GetTxids

func (x *Block) GetTxids() []string

func (*Block) GetVersion

func (x *Block) GetVersion() int32

func (*Block) GetVersionHex

func (x *Block) GetVersionHex() string

func (*Block) GetWeight

func (x *Block) GetWeight() int32

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) ProtoReflect

func (x *Block) ProtoReflect() protoreflect.Message

func (*Block) Reset

func (x *Block) Reset()

func (*Block) String

func (x *Block) String() string

type CombinePsbtRequest

type CombinePsbtRequest struct {
	Psbts []string `protobuf:"bytes,1,rep,name=psbts,proto3" json:"psbts,omitempty"` // Array of base64 encoded PSBTs
	// contains filtered or unexported fields
}

func (*CombinePsbtRequest) Descriptor deprecated

func (*CombinePsbtRequest) Descriptor() ([]byte, []int)

Deprecated: Use CombinePsbtRequest.ProtoReflect.Descriptor instead.

func (*CombinePsbtRequest) GetPsbts

func (x *CombinePsbtRequest) GetPsbts() []string

func (*CombinePsbtRequest) ProtoMessage

func (*CombinePsbtRequest) ProtoMessage()

func (*CombinePsbtRequest) ProtoReflect

func (x *CombinePsbtRequest) ProtoReflect() protoreflect.Message

func (*CombinePsbtRequest) Reset

func (x *CombinePsbtRequest) Reset()

func (*CombinePsbtRequest) String

func (x *CombinePsbtRequest) String() string

type CombinePsbtResponse

type CombinePsbtResponse struct {
	Psbt string `protobuf:"bytes,1,opt,name=psbt,proto3" json:"psbt,omitempty"` // Combined base64 encoded PSBT
	// contains filtered or unexported fields
}

func (*CombinePsbtResponse) Descriptor deprecated

func (*CombinePsbtResponse) Descriptor() ([]byte, []int)

Deprecated: Use CombinePsbtResponse.ProtoReflect.Descriptor instead.

func (*CombinePsbtResponse) GetPsbt

func (x *CombinePsbtResponse) GetPsbt() string

func (*CombinePsbtResponse) ProtoMessage

func (*CombinePsbtResponse) ProtoMessage()

func (*CombinePsbtResponse) ProtoReflect

func (x *CombinePsbtResponse) ProtoReflect() protoreflect.Message

func (*CombinePsbtResponse) Reset

func (x *CombinePsbtResponse) Reset()

func (*CombinePsbtResponse) String

func (x *CombinePsbtResponse) String() string

type CreateMultisigRequest

type CreateMultisigRequest struct {
	RequiredSigs int32    `protobuf:"varint,1,opt,name=required_sigs,json=requiredSigs,proto3" json:"required_sigs,omitempty"`
	Keys         []string `protobuf:"bytes,2,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMultisigRequest) Descriptor deprecated

func (*CreateMultisigRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateMultisigRequest.ProtoReflect.Descriptor instead.

func (*CreateMultisigRequest) GetKeys

func (x *CreateMultisigRequest) GetKeys() []string

func (*CreateMultisigRequest) GetRequiredSigs

func (x *CreateMultisigRequest) GetRequiredSigs() int32

func (*CreateMultisigRequest) ProtoMessage

func (*CreateMultisigRequest) ProtoMessage()

func (*CreateMultisigRequest) ProtoReflect

func (x *CreateMultisigRequest) ProtoReflect() protoreflect.Message

func (*CreateMultisigRequest) Reset

func (x *CreateMultisigRequest) Reset()

func (*CreateMultisigRequest) String

func (x *CreateMultisigRequest) String() string

type CreateMultisigResponse

type CreateMultisigResponse struct {
	Address      string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	RedeemScript string `protobuf:"bytes,2,opt,name=redeem_script,json=redeemScript,proto3" json:"redeem_script,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMultisigResponse) Descriptor deprecated

func (*CreateMultisigResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateMultisigResponse.ProtoReflect.Descriptor instead.

func (*CreateMultisigResponse) GetAddress

func (x *CreateMultisigResponse) GetAddress() string

func (*CreateMultisigResponse) GetRedeemScript

func (x *CreateMultisigResponse) GetRedeemScript() string

func (*CreateMultisigResponse) ProtoMessage

func (*CreateMultisigResponse) ProtoMessage()

func (*CreateMultisigResponse) ProtoReflect

func (x *CreateMultisigResponse) ProtoReflect() protoreflect.Message

func (*CreateMultisigResponse) Reset

func (x *CreateMultisigResponse) Reset()

func (*CreateMultisigResponse) String

func (x *CreateMultisigResponse) String() string

type CreatePsbtRequest

type CreatePsbtRequest struct {
	Inputs  []*CreatePsbtRequest_Input `protobuf:"bytes,1,rep,name=inputs,proto3" json:"inputs,omitempty"`
	Outputs map[string]float64         `` // address -> amount
	/* 143-byte string literal not displayed */
	Locktime    uint32 `protobuf:"varint,3,opt,name=locktime,proto3" json:"locktime,omitempty"`
	Replaceable bool   `protobuf:"varint,4,opt,name=replaceable,proto3" json:"replaceable,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePsbtRequest) Descriptor deprecated

func (*CreatePsbtRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreatePsbtRequest.ProtoReflect.Descriptor instead.

func (*CreatePsbtRequest) GetInputs

func (x *CreatePsbtRequest) GetInputs() []*CreatePsbtRequest_Input

func (*CreatePsbtRequest) GetLocktime

func (x *CreatePsbtRequest) GetLocktime() uint32

func (*CreatePsbtRequest) GetOutputs

func (x *CreatePsbtRequest) GetOutputs() map[string]float64

func (*CreatePsbtRequest) GetReplaceable

func (x *CreatePsbtRequest) GetReplaceable() bool

func (*CreatePsbtRequest) ProtoMessage

func (*CreatePsbtRequest) ProtoMessage()

func (*CreatePsbtRequest) ProtoReflect

func (x *CreatePsbtRequest) ProtoReflect() protoreflect.Message

func (*CreatePsbtRequest) Reset

func (x *CreatePsbtRequest) Reset()

func (*CreatePsbtRequest) String

func (x *CreatePsbtRequest) String() string

type CreatePsbtRequest_Input

type CreatePsbtRequest_Input struct {
	Txid     string `protobuf:"bytes,1,opt,name=txid,proto3" json:"txid,omitempty"`
	Vout     uint32 `protobuf:"varint,2,opt,name=vout,proto3" json:"vout,omitempty"`
	Sequence uint32 `protobuf:"varint,3,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePsbtRequest_Input) Descriptor deprecated

func (*CreatePsbtRequest_Input) Descriptor() ([]byte, []int)

Deprecated: Use CreatePsbtRequest_Input.ProtoReflect.Descriptor instead.

func (*CreatePsbtRequest_Input) GetSequence

func (x *CreatePsbtRequest_Input) GetSequence() uint32

func (*CreatePsbtRequest_Input) GetTxid

func (x *CreatePsbtRequest_Input) GetTxid() string

func (*CreatePsbtRequest_Input) GetVout

func (x *CreatePsbtRequest_Input) GetVout() uint32

func (*CreatePsbtRequest_Input) ProtoMessage

func (*CreatePsbtRequest_Input) ProtoMessage()

func (*CreatePsbtRequest_Input) ProtoReflect

func (x *CreatePsbtRequest_Input) ProtoReflect() protoreflect.Message

func (*CreatePsbtRequest_Input) Reset

func (x *CreatePsbtRequest_Input) Reset()

func (*CreatePsbtRequest_Input) String

func (x *CreatePsbtRequest_Input) String() string

type CreatePsbtResponse

type CreatePsbtResponse struct {
	Psbt string `protobuf:"bytes,1,opt,name=psbt,proto3" json:"psbt,omitempty"` // Base64 encoded PSBT
	// contains filtered or unexported fields
}

func (*CreatePsbtResponse) Descriptor deprecated

func (*CreatePsbtResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreatePsbtResponse.ProtoReflect.Descriptor instead.

func (*CreatePsbtResponse) GetPsbt

func (x *CreatePsbtResponse) GetPsbt() string

func (*CreatePsbtResponse) ProtoMessage

func (*CreatePsbtResponse) ProtoMessage()

func (*CreatePsbtResponse) ProtoReflect

func (x *CreatePsbtResponse) ProtoReflect() protoreflect.Message

func (*CreatePsbtResponse) Reset

func (x *CreatePsbtResponse) Reset()

func (*CreatePsbtResponse) String

func (x *CreatePsbtResponse) String() string

type CreateRawTransactionRequest

type CreateRawTransactionRequest struct {
	Inputs  []*CreateRawTransactionRequest_Input `protobuf:"bytes,1,rep,name=inputs,proto3" json:"inputs,omitempty"`
	Outputs map[string]float64                   `` // address -> amount
	/* 143-byte string literal not displayed */
	Locktime uint32 `protobuf:"varint,3,opt,name=locktime,proto3" json:"locktime,omitempty"`
	// contains filtered or unexported fields
}

Transaction creation messages

func (*CreateRawTransactionRequest) Descriptor deprecated

func (*CreateRawTransactionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateRawTransactionRequest.ProtoReflect.Descriptor instead.

func (*CreateRawTransactionRequest) GetInputs

func (*CreateRawTransactionRequest) GetLocktime

func (x *CreateRawTransactionRequest) GetLocktime() uint32

func (*CreateRawTransactionRequest) GetOutputs

func (x *CreateRawTransactionRequest) GetOutputs() map[string]float64

func (*CreateRawTransactionRequest) ProtoMessage

func (*CreateRawTransactionRequest) ProtoMessage()

func (*CreateRawTransactionRequest) ProtoReflect

func (*CreateRawTransactionRequest) Reset

func (x *CreateRawTransactionRequest) Reset()

func (*CreateRawTransactionRequest) String

func (x *CreateRawTransactionRequest) String() string

type CreateRawTransactionRequest_Input

type CreateRawTransactionRequest_Input struct {
	Txid     string `protobuf:"bytes,1,opt,name=txid,proto3" json:"txid,omitempty"`
	Vout     uint32 `protobuf:"varint,2,opt,name=vout,proto3" json:"vout,omitempty"`
	Sequence uint32 `protobuf:"varint,3,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRawTransactionRequest_Input) Descriptor deprecated

func (*CreateRawTransactionRequest_Input) Descriptor() ([]byte, []int)

Deprecated: Use CreateRawTransactionRequest_Input.ProtoReflect.Descriptor instead.

func (*CreateRawTransactionRequest_Input) GetSequence

func (x *CreateRawTransactionRequest_Input) GetSequence() uint32

func (*CreateRawTransactionRequest_Input) GetTxid

func (*CreateRawTransactionRequest_Input) GetVout

func (*CreateRawTransactionRequest_Input) ProtoMessage

func (*CreateRawTransactionRequest_Input) ProtoMessage()

func (*CreateRawTransactionRequest_Input) ProtoReflect

func (*CreateRawTransactionRequest_Input) Reset

func (*CreateRawTransactionRequest_Input) String

type CreateRawTransactionResponse

type CreateRawTransactionResponse struct {
	Tx *RawTransaction `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRawTransactionResponse) Descriptor deprecated

func (*CreateRawTransactionResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateRawTransactionResponse.ProtoReflect.Descriptor instead.

func (*CreateRawTransactionResponse) GetTx

func (*CreateRawTransactionResponse) ProtoMessage

func (*CreateRawTransactionResponse) ProtoMessage()

func (*CreateRawTransactionResponse) ProtoReflect

func (*CreateRawTransactionResponse) Reset

func (x *CreateRawTransactionResponse) Reset()

func (*CreateRawTransactionResponse) String

type CreateWalletRequest

type CreateWalletRequest struct {
	Name               string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	DisablePrivateKeys bool   `protobuf:"varint,2,opt,name=disable_private_keys,json=disablePrivateKeys,proto3" json:"disable_private_keys,omitempty"`
	Blank              bool   `protobuf:"varint,3,opt,name=blank,proto3" json:"blank,omitempty"`
	Passphrase         string `protobuf:"bytes,4,opt,name=passphrase,proto3" json:"passphrase,omitempty"`
	AvoidReuse         bool   `protobuf:"varint,5,opt,name=avoid_reuse,json=avoidReuse,proto3" json:"avoid_reuse,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWalletRequest) Descriptor deprecated

func (*CreateWalletRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateWalletRequest.ProtoReflect.Descriptor instead.

func (*CreateWalletRequest) GetAvoidReuse

func (x *CreateWalletRequest) GetAvoidReuse() bool

func (*CreateWalletRequest) GetBlank

func (x *CreateWalletRequest) GetBlank() bool

func (*CreateWalletRequest) GetDisablePrivateKeys

func (x *CreateWalletRequest) GetDisablePrivateKeys() bool

func (*CreateWalletRequest) GetName

func (x *CreateWalletRequest) GetName() string

func (*CreateWalletRequest) GetPassphrase

func (x *CreateWalletRequest) GetPassphrase() string

func (*CreateWalletRequest) ProtoMessage

func (*CreateWalletRequest) ProtoMessage()

func (*CreateWalletRequest) ProtoReflect

func (x *CreateWalletRequest) ProtoReflect() protoreflect.Message

func (*CreateWalletRequest) Reset

func (x *CreateWalletRequest) Reset()

func (*CreateWalletRequest) String

func (x *CreateWalletRequest) String() string

type CreateWalletResponse

type CreateWalletResponse struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Warning string `protobuf:"bytes,2,opt,name=warning,proto3" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWalletResponse) Descriptor deprecated

func (*CreateWalletResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateWalletResponse.ProtoReflect.Descriptor instead.

func (*CreateWalletResponse) GetName

func (x *CreateWalletResponse) GetName() string

func (*CreateWalletResponse) GetWarning

func (x *CreateWalletResponse) GetWarning() string

func (*CreateWalletResponse) ProtoMessage

func (*CreateWalletResponse) ProtoMessage()

func (*CreateWalletResponse) ProtoReflect

func (x *CreateWalletResponse) ProtoReflect() protoreflect.Message

func (*CreateWalletResponse) Reset

func (x *CreateWalletResponse) Reset()

func (*CreateWalletResponse) String

func (x *CreateWalletResponse) String() string

type DecodePsbtRequest

type DecodePsbtRequest struct {
	Psbt string `protobuf:"bytes,1,opt,name=psbt,proto3" json:"psbt,omitempty"` // Base64 encoded PSBT
	// contains filtered or unexported fields
}

func (*DecodePsbtRequest) Descriptor deprecated

func (*DecodePsbtRequest) Descriptor() ([]byte, []int)

Deprecated: Use DecodePsbtRequest.ProtoReflect.Descriptor instead.

func (*DecodePsbtRequest) GetPsbt

func (x *DecodePsbtRequest) GetPsbt() string

func (*DecodePsbtRequest) ProtoMessage

func (*DecodePsbtRequest) ProtoMessage()

func (*DecodePsbtRequest) ProtoReflect

func (x *DecodePsbtRequest) ProtoReflect() protoreflect.Message

func (*DecodePsbtRequest) Reset

func (x *DecodePsbtRequest) Reset()

func (*DecodePsbtRequest) String

func (x *DecodePsbtRequest) String() string

type DecodePsbtResponse

type DecodePsbtResponse struct {
	Tx      *DecodeRawTransactionResponse `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
	Unknown map[string]string             `` /* 141-byte string literal not displayed */
	Inputs  []*DecodePsbtResponse_Input   `protobuf:"bytes,3,rep,name=inputs,proto3" json:"inputs,omitempty"`
	Outputs []*DecodePsbtResponse_Output  `protobuf:"bytes,4,rep,name=outputs,proto3" json:"outputs,omitempty"`
	Fee     float64                       `protobuf:"fixed64,5,opt,name=fee,proto3" json:"fee,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodePsbtResponse) Descriptor deprecated

func (*DecodePsbtResponse) Descriptor() ([]byte, []int)

Deprecated: Use DecodePsbtResponse.ProtoReflect.Descriptor instead.

func (*DecodePsbtResponse) GetFee

func (x *DecodePsbtResponse) GetFee() float64

func (*DecodePsbtResponse) GetInputs

func (x *DecodePsbtResponse) GetInputs() []*DecodePsbtResponse_Input

func (*DecodePsbtResponse) GetOutputs

func (x *DecodePsbtResponse) GetOutputs() []*DecodePsbtResponse_Output

func (*DecodePsbtResponse) GetTx

func (*DecodePsbtResponse) GetUnknown

func (x *DecodePsbtResponse) GetUnknown() map[string]string

func (*DecodePsbtResponse) ProtoMessage

func (*DecodePsbtResponse) ProtoMessage()

func (*DecodePsbtResponse) ProtoReflect

func (x *DecodePsbtResponse) ProtoReflect() protoreflect.Message

func (*DecodePsbtResponse) Reset

func (x *DecodePsbtResponse) Reset()

func (*DecodePsbtResponse) String

func (x *DecodePsbtResponse) String() string

type DecodePsbtResponse_Bip32Deriv

type DecodePsbtResponse_Bip32Deriv struct {
	Pubkey            string `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	MasterFingerprint string `protobuf:"bytes,2,opt,name=master_fingerprint,json=masterFingerprint,proto3" json:"master_fingerprint,omitempty"`
	Path              string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodePsbtResponse_Bip32Deriv) Descriptor deprecated

func (*DecodePsbtResponse_Bip32Deriv) Descriptor() ([]byte, []int)

Deprecated: Use DecodePsbtResponse_Bip32Deriv.ProtoReflect.Descriptor instead.

func (*DecodePsbtResponse_Bip32Deriv) GetMasterFingerprint

func (x *DecodePsbtResponse_Bip32Deriv) GetMasterFingerprint() string

func (*DecodePsbtResponse_Bip32Deriv) GetPath

func (*DecodePsbtResponse_Bip32Deriv) GetPubkey

func (x *DecodePsbtResponse_Bip32Deriv) GetPubkey() string

func (*DecodePsbtResponse_Bip32Deriv) ProtoMessage

func (*DecodePsbtResponse_Bip32Deriv) ProtoMessage()

func (*DecodePsbtResponse_Bip32Deriv) ProtoReflect

func (*DecodePsbtResponse_Bip32Deriv) Reset

func (x *DecodePsbtResponse_Bip32Deriv) Reset()

func (*DecodePsbtResponse_Bip32Deriv) String

type DecodePsbtResponse_Input

type DecodePsbtResponse_Input struct {
	NonWitnessUtxo     *DecodeRawTransactionResponse    `protobuf:"bytes,1,opt,name=non_witness_utxo,json=nonWitnessUtxo,proto3" json:"non_witness_utxo,omitempty"`
	WitnessUtxo        *DecodePsbtResponse_WitnessUtxo  `protobuf:"bytes,2,opt,name=witness_utxo,json=witnessUtxo,proto3" json:"witness_utxo,omitempty"`
	PartialSignatures  map[string]string                `` /* 186-byte string literal not displayed */
	Sighash            string                           `protobuf:"bytes,4,opt,name=sighash,proto3" json:"sighash,omitempty"`
	RedeemScript       *DecodePsbtResponse_RedeemScript `protobuf:"bytes,5,opt,name=redeem_script,json=redeemScript,proto3" json:"redeem_script,omitempty"`
	WitnessScript      *DecodePsbtResponse_RedeemScript `protobuf:"bytes,6,opt,name=witness_script,json=witnessScript,proto3" json:"witness_script,omitempty"`
	Bip32Derivs        []*DecodePsbtResponse_Bip32Deriv `protobuf:"bytes,7,rep,name=bip32_derivs,json=bip32Derivs,proto3" json:"bip32_derivs,omitempty"`
	FinalScriptsig     *ScriptSig                       `protobuf:"bytes,8,opt,name=final_scriptsig,json=finalScriptsig,proto3" json:"final_scriptsig,omitempty"`
	FinalScriptwitness []string                         `protobuf:"bytes,9,rep,name=final_scriptwitness,json=finalScriptwitness,proto3" json:"final_scriptwitness,omitempty"`
	Unknown            map[string]string                `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DecodePsbtResponse_Input) Descriptor deprecated

func (*DecodePsbtResponse_Input) Descriptor() ([]byte, []int)

Deprecated: Use DecodePsbtResponse_Input.ProtoReflect.Descriptor instead.

func (*DecodePsbtResponse_Input) GetBip32Derivs

func (*DecodePsbtResponse_Input) GetFinalScriptsig

func (x *DecodePsbtResponse_Input) GetFinalScriptsig() *ScriptSig

func (*DecodePsbtResponse_Input) GetFinalScriptwitness

func (x *DecodePsbtResponse_Input) GetFinalScriptwitness() []string

func (*DecodePsbtResponse_Input) GetNonWitnessUtxo

func (*DecodePsbtResponse_Input) GetPartialSignatures

func (x *DecodePsbtResponse_Input) GetPartialSignatures() map[string]string

func (*DecodePsbtResponse_Input) GetRedeemScript

func (*DecodePsbtResponse_Input) GetSighash

func (x *DecodePsbtResponse_Input) GetSighash() string

func (*DecodePsbtResponse_Input) GetUnknown

func (x *DecodePsbtResponse_Input) GetUnknown() map[string]string

func (*DecodePsbtResponse_Input) GetWitnessScript

func (*DecodePsbtResponse_Input) GetWitnessUtxo

func (*DecodePsbtResponse_Input) ProtoMessage

func (*DecodePsbtResponse_Input) ProtoMessage()

func (*DecodePsbtResponse_Input) ProtoReflect

func (x *DecodePsbtResponse_Input) ProtoReflect() protoreflect.Message

func (*DecodePsbtResponse_Input) Reset

func (x *DecodePsbtResponse_Input) Reset()

func (*DecodePsbtResponse_Input) String

func (x *DecodePsbtResponse_Input) String() string

type DecodePsbtResponse_Output

type DecodePsbtResponse_Output struct {
	RedeemScript  *DecodePsbtResponse_RedeemScript `protobuf:"bytes,1,opt,name=redeem_script,json=redeemScript,proto3" json:"redeem_script,omitempty"`
	WitnessScript *DecodePsbtResponse_RedeemScript `protobuf:"bytes,2,opt,name=witness_script,json=witnessScript,proto3" json:"witness_script,omitempty"`
	Bip32Derivs   []*DecodePsbtResponse_Bip32Deriv `protobuf:"bytes,3,rep,name=bip32_derivs,json=bip32Derivs,proto3" json:"bip32_derivs,omitempty"`
	Unknown       map[string]string                `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DecodePsbtResponse_Output) Descriptor deprecated

func (*DecodePsbtResponse_Output) Descriptor() ([]byte, []int)

Deprecated: Use DecodePsbtResponse_Output.ProtoReflect.Descriptor instead.

func (*DecodePsbtResponse_Output) GetBip32Derivs

func (*DecodePsbtResponse_Output) GetRedeemScript

func (*DecodePsbtResponse_Output) GetUnknown

func (x *DecodePsbtResponse_Output) GetUnknown() map[string]string

func (*DecodePsbtResponse_Output) GetWitnessScript

func (*DecodePsbtResponse_Output) ProtoMessage

func (*DecodePsbtResponse_Output) ProtoMessage()

func (*DecodePsbtResponse_Output) ProtoReflect

func (*DecodePsbtResponse_Output) Reset

func (x *DecodePsbtResponse_Output) Reset()

func (*DecodePsbtResponse_Output) String

func (x *DecodePsbtResponse_Output) String() string

type DecodePsbtResponse_RedeemScript

type DecodePsbtResponse_RedeemScript struct {
	Asm  string `protobuf:"bytes,1,opt,name=asm,proto3" json:"asm,omitempty"`
	Hex  string `protobuf:"bytes,2,opt,name=hex,proto3" json:"hex,omitempty"`
	Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodePsbtResponse_RedeemScript) Descriptor deprecated

func (*DecodePsbtResponse_RedeemScript) Descriptor() ([]byte, []int)

Deprecated: Use DecodePsbtResponse_RedeemScript.ProtoReflect.Descriptor instead.

func (*DecodePsbtResponse_RedeemScript) GetAsm

func (*DecodePsbtResponse_RedeemScript) GetHex

func (*DecodePsbtResponse_RedeemScript) GetType

func (*DecodePsbtResponse_RedeemScript) ProtoMessage

func (*DecodePsbtResponse_RedeemScript) ProtoMessage()

func (*DecodePsbtResponse_RedeemScript) ProtoReflect

func (*DecodePsbtResponse_RedeemScript) Reset

func (*DecodePsbtResponse_RedeemScript) String

type DecodePsbtResponse_WitnessUtxo

type DecodePsbtResponse_WitnessUtxo struct {
	Amount       float64       `protobuf:"fixed64,1,opt,name=amount,proto3" json:"amount,omitempty"`
	ScriptPubKey *ScriptPubKey `protobuf:"bytes,2,opt,name=script_pub_key,json=scriptPubKey,proto3" json:"script_pub_key,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodePsbtResponse_WitnessUtxo) Descriptor deprecated

func (*DecodePsbtResponse_WitnessUtxo) Descriptor() ([]byte, []int)

Deprecated: Use DecodePsbtResponse_WitnessUtxo.ProtoReflect.Descriptor instead.

func (*DecodePsbtResponse_WitnessUtxo) GetAmount

func (x *DecodePsbtResponse_WitnessUtxo) GetAmount() float64

func (*DecodePsbtResponse_WitnessUtxo) GetScriptPubKey

func (x *DecodePsbtResponse_WitnessUtxo) GetScriptPubKey() *ScriptPubKey

func (*DecodePsbtResponse_WitnessUtxo) ProtoMessage

func (*DecodePsbtResponse_WitnessUtxo) ProtoMessage()

func (*DecodePsbtResponse_WitnessUtxo) ProtoReflect

func (*DecodePsbtResponse_WitnessUtxo) Reset

func (x *DecodePsbtResponse_WitnessUtxo) Reset()

func (*DecodePsbtResponse_WitnessUtxo) String

type DecodeRawTransactionResponse

type DecodeRawTransactionResponse struct {
	Txid string `protobuf:"bytes,1,opt,name=txid,proto3" json:"txid,omitempty"`
	Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	// The serialized transaction size
	Size uint32 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	// The virtual transaction size (differs from
	// 'size' for witness transactions).
	VirtualSize uint32 `protobuf:"varint,4,opt,name=virtual_size,json=virtualSize,proto3" json:"virtual_size,omitempty"`
	// The transaction's weight
	Weight   uint32    `protobuf:"varint,5,opt,name=weight,proto3" json:"weight,omitempty"`
	Version  uint32    `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"`
	Locktime uint32    `protobuf:"varint,7,opt,name=locktime,proto3" json:"locktime,omitempty"`
	Inputs   []*Input  `protobuf:"bytes,8,rep,name=inputs,proto3" json:"inputs,omitempty"`
	Outputs  []*Output `protobuf:"bytes,9,rep,name=outputs,proto3" json:"outputs,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodeRawTransactionResponse) Descriptor deprecated

func (*DecodeRawTransactionResponse) Descriptor() ([]byte, []int)

Deprecated: Use DecodeRawTransactionResponse.ProtoReflect.Descriptor instead.

func (*DecodeRawTransactionResponse) GetHash

func (x *DecodeRawTransactionResponse) GetHash() string

func (*DecodeRawTransactionResponse) GetInputs

func (x *DecodeRawTransactionResponse) GetInputs() []*Input

func (*DecodeRawTransactionResponse) GetLocktime

func (x *DecodeRawTransactionResponse) GetLocktime() uint32

func (*DecodeRawTransactionResponse) GetOutputs

func (x *DecodeRawTransactionResponse) GetOutputs() []*Output

func (*DecodeRawTransactionResponse) GetSize

func (x *DecodeRawTransactionResponse) GetSize() uint32

func (*DecodeRawTransactionResponse) GetTxid

func (x *DecodeRawTransactionResponse) GetTxid() string

func (*DecodeRawTransactionResponse) GetVersion

func (x *DecodeRawTransactionResponse) GetVersion() uint32

func (*DecodeRawTransactionResponse) GetVirtualSize

func (x *DecodeRawTransactionResponse) GetVirtualSize() uint32

func (*DecodeRawTransactionResponse) GetWeight

func (x *DecodeRawTransactionResponse) GetWeight() uint32

func (*DecodeRawTransactionResponse) ProtoMessage

func (*DecodeRawTransactionResponse) ProtoMessage()

func (*DecodeRawTransactionResponse) ProtoReflect

func (*DecodeRawTransactionResponse) Reset

func (x *DecodeRawTransactionResponse) Reset()

func (*DecodeRawTransactionResponse) String

type Descriptor

type Descriptor struct {

	// Types that are valid to be assigned to Descriptor_:
	//
	//	*Descriptor_StringDescriptor
	//	*Descriptor_ObjectDescriptor
	Descriptor_ isDescriptor_Descriptor_ `protobuf_oneof:"descriptor"`
	// contains filtered or unexported fields
}

Add a new message for descriptor

func (*Descriptor) Descriptor deprecated

func (*Descriptor) Descriptor() ([]byte, []int)

Deprecated: Use Descriptor.ProtoReflect.Descriptor instead.

func (*Descriptor) GetDescriptor_

func (x *Descriptor) GetDescriptor_() isDescriptor_Descriptor_

func (*Descriptor) GetObjectDescriptor

func (x *Descriptor) GetObjectDescriptor() *DescriptorObject

func (*Descriptor) GetStringDescriptor

func (x *Descriptor) GetStringDescriptor() string

func (*Descriptor) ProtoMessage

func (*Descriptor) ProtoMessage()

func (*Descriptor) ProtoReflect

func (x *Descriptor) ProtoReflect() protoreflect.Message

func (*Descriptor) Reset

func (x *Descriptor) Reset()

func (*Descriptor) String

func (x *Descriptor) String() string

type DescriptorObject

type DescriptorObject struct {
	Desc  string           `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`   // The output descriptor
	Range *DescriptorRange `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"` // Optional range, defaults to 1000 if not specified
	// contains filtered or unexported fields
}

Add a new message for descriptor objects

func (*DescriptorObject) Descriptor deprecated

func (*DescriptorObject) Descriptor() ([]byte, []int)

Deprecated: Use DescriptorObject.ProtoReflect.Descriptor instead.

func (*DescriptorObject) GetDesc

func (x *DescriptorObject) GetDesc() string

func (*DescriptorObject) GetRange

func (x *DescriptorObject) GetRange() *DescriptorRange

func (*DescriptorObject) ProtoMessage

func (*DescriptorObject) ProtoMessage()

func (*DescriptorObject) ProtoReflect

func (x *DescriptorObject) ProtoReflect() protoreflect.Message

func (*DescriptorObject) Reset

func (x *DescriptorObject) Reset()

func (*DescriptorObject) String

func (x *DescriptorObject) String() string

type DescriptorRange

type DescriptorRange struct {

	// Types that are valid to be assigned to RangeType:
	//
	//	*DescriptorRange_End
	//	*DescriptorRange_Range
	RangeType isDescriptorRange_RangeType `protobuf_oneof:"range_type"`
	// contains filtered or unexported fields
}

Add a new message for descriptor range

func (*DescriptorRange) Descriptor deprecated

func (*DescriptorRange) Descriptor() ([]byte, []int)

Deprecated: Use DescriptorRange.ProtoReflect.Descriptor instead.

func (*DescriptorRange) GetEnd

func (x *DescriptorRange) GetEnd() int32

func (*DescriptorRange) GetRange

func (x *DescriptorRange) GetRange() *Range

func (*DescriptorRange) GetRangeType

func (x *DescriptorRange) GetRangeType() isDescriptorRange_RangeType

func (*DescriptorRange) ProtoMessage

func (*DescriptorRange) ProtoMessage()

func (*DescriptorRange) ProtoReflect

func (x *DescriptorRange) ProtoReflect() protoreflect.Message

func (*DescriptorRange) Reset

func (x *DescriptorRange) Reset()

func (*DescriptorRange) String

func (x *DescriptorRange) String() string

type DescriptorRange_End

type DescriptorRange_End struct {
	End int32 `protobuf:"varint,1,opt,name=end,proto3,oneof"` // Single number for end (begin defaults to 0)
}

type DescriptorRange_Range

type DescriptorRange_Range struct {
	Range *Range `protobuf:"bytes,2,opt,name=range,proto3,oneof"` // Begin and end range
}

type Descriptor_ObjectDescriptor

type Descriptor_ObjectDescriptor struct {
	ObjectDescriptor *DescriptorObject `protobuf:"bytes,2,opt,name=object_descriptor,json=objectDescriptor,proto3,oneof"` // Descriptor object with range
}

type Descriptor_StringDescriptor

type Descriptor_StringDescriptor struct {
	StringDescriptor string `protobuf:"bytes,1,opt,name=string_descriptor,json=stringDescriptor,proto3,oneof"` // Plain string descriptor
}

type DumpPrivKeyRequest

type DumpPrivKeyRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Wallet  string `protobuf:"bytes,2,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpPrivKeyRequest) Descriptor deprecated

func (*DumpPrivKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DumpPrivKeyRequest.ProtoReflect.Descriptor instead.

func (*DumpPrivKeyRequest) GetAddress

func (x *DumpPrivKeyRequest) GetAddress() string

func (*DumpPrivKeyRequest) GetWallet

func (x *DumpPrivKeyRequest) GetWallet() string

func (*DumpPrivKeyRequest) ProtoMessage

func (*DumpPrivKeyRequest) ProtoMessage()

func (*DumpPrivKeyRequest) ProtoReflect

func (x *DumpPrivKeyRequest) ProtoReflect() protoreflect.Message

func (*DumpPrivKeyRequest) Reset

func (x *DumpPrivKeyRequest) Reset()

func (*DumpPrivKeyRequest) String

func (x *DumpPrivKeyRequest) String() string

type DumpPrivKeyResponse

type DumpPrivKeyResponse struct {
	PrivateKey string `protobuf:"bytes,1,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpPrivKeyResponse) Descriptor deprecated

func (*DumpPrivKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use DumpPrivKeyResponse.ProtoReflect.Descriptor instead.

func (*DumpPrivKeyResponse) GetPrivateKey

func (x *DumpPrivKeyResponse) GetPrivateKey() string

func (*DumpPrivKeyResponse) ProtoMessage

func (*DumpPrivKeyResponse) ProtoMessage()

func (*DumpPrivKeyResponse) ProtoReflect

func (x *DumpPrivKeyResponse) ProtoReflect() protoreflect.Message

func (*DumpPrivKeyResponse) Reset

func (x *DumpPrivKeyResponse) Reset()

func (*DumpPrivKeyResponse) String

func (x *DumpPrivKeyResponse) String() string

type DumpWalletRequest

type DumpWalletRequest struct {
	Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	Wallet   string `protobuf:"bytes,2,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpWalletRequest) Descriptor deprecated

func (*DumpWalletRequest) Descriptor() ([]byte, []int)

Deprecated: Use DumpWalletRequest.ProtoReflect.Descriptor instead.

func (*DumpWalletRequest) GetFilename

func (x *DumpWalletRequest) GetFilename() string

func (*DumpWalletRequest) GetWallet

func (x *DumpWalletRequest) GetWallet() string

func (*DumpWalletRequest) ProtoMessage

func (*DumpWalletRequest) ProtoMessage()

func (*DumpWalletRequest) ProtoReflect

func (x *DumpWalletRequest) ProtoReflect() protoreflect.Message

func (*DumpWalletRequest) Reset

func (x *DumpWalletRequest) Reset()

func (*DumpWalletRequest) String

func (x *DumpWalletRequest) String() string

type DumpWalletResponse

type DumpWalletResponse struct {
	Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	// contains filtered or unexported fields
}

func (*DumpWalletResponse) Descriptor deprecated

func (*DumpWalletResponse) Descriptor() ([]byte, []int)

Deprecated: Use DumpWalletResponse.ProtoReflect.Descriptor instead.

func (*DumpWalletResponse) GetFilename

func (x *DumpWalletResponse) GetFilename() string

func (*DumpWalletResponse) ProtoMessage

func (*DumpWalletResponse) ProtoMessage()

func (*DumpWalletResponse) ProtoReflect

func (x *DumpWalletResponse) ProtoReflect() protoreflect.Message

func (*DumpWalletResponse) Reset

func (x *DumpWalletResponse) Reset()

func (*DumpWalletResponse) String

func (x *DumpWalletResponse) String() string

type EstimateSmartFeeRequest

type EstimateSmartFeeRequest struct {
	ConfTarget int64 `protobuf:"varint,1,opt,name=conf_target,json=confTarget,proto3" json:"conf_target,omitempty"`
	// contains filtered or unexported fields
}

func (*EstimateSmartFeeRequest) Descriptor deprecated

func (*EstimateSmartFeeRequest) Descriptor() ([]byte, []int)

Deprecated: Use EstimateSmartFeeRequest.ProtoReflect.Descriptor instead.

func (*EstimateSmartFeeRequest) GetConfTarget

func (x *EstimateSmartFeeRequest) GetConfTarget() int64

func (*EstimateSmartFeeRequest) ProtoMessage

func (*EstimateSmartFeeRequest) ProtoMessage()

func (*EstimateSmartFeeRequest) ProtoReflect

func (x *EstimateSmartFeeRequest) ProtoReflect() protoreflect.Message

func (*EstimateSmartFeeRequest) Reset

func (x *EstimateSmartFeeRequest) Reset()

func (*EstimateSmartFeeRequest) String

func (x *EstimateSmartFeeRequest) String() string

type EstimateSmartFeeResponse

type EstimateSmartFeeResponse struct {
	FeeRate float64  `protobuf:"fixed64,1,opt,name=fee_rate,json=feeRate,proto3" json:"fee_rate,omitempty"`
	Errors  []string `protobuf:"bytes,2,rep,name=errors,proto3" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*EstimateSmartFeeResponse) Descriptor deprecated

func (*EstimateSmartFeeResponse) Descriptor() ([]byte, []int)

Deprecated: Use EstimateSmartFeeResponse.ProtoReflect.Descriptor instead.

func (*EstimateSmartFeeResponse) GetErrors

func (x *EstimateSmartFeeResponse) GetErrors() []string

func (*EstimateSmartFeeResponse) GetFeeRate

func (x *EstimateSmartFeeResponse) GetFeeRate() float64

func (*EstimateSmartFeeResponse) ProtoMessage

func (*EstimateSmartFeeResponse) ProtoMessage()

func (*EstimateSmartFeeResponse) ProtoReflect

func (x *EstimateSmartFeeResponse) ProtoReflect() protoreflect.Message

func (*EstimateSmartFeeResponse) Reset

func (x *EstimateSmartFeeResponse) Reset()

func (*EstimateSmartFeeResponse) String

func (x *EstimateSmartFeeResponse) String() string

type GetAccountRequest

type GetAccountRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Wallet  string `protobuf:"bytes,2,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountRequest) Descriptor deprecated

func (*GetAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAccountRequest.ProtoReflect.Descriptor instead.

func (*GetAccountRequest) GetAddress

func (x *GetAccountRequest) GetAddress() string

func (*GetAccountRequest) GetWallet

func (x *GetAccountRequest) GetWallet() string

func (*GetAccountRequest) ProtoMessage

func (*GetAccountRequest) ProtoMessage()

func (*GetAccountRequest) ProtoReflect

func (x *GetAccountRequest) ProtoReflect() protoreflect.Message

func (*GetAccountRequest) Reset

func (x *GetAccountRequest) Reset()

func (*GetAccountRequest) String

func (x *GetAccountRequest) String() string

type GetAccountResponse

type GetAccountResponse struct {
	Account string `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountResponse) Descriptor deprecated

func (*GetAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAccountResponse.ProtoReflect.Descriptor instead.

func (*GetAccountResponse) GetAccount

func (x *GetAccountResponse) GetAccount() string

func (*GetAccountResponse) ProtoMessage

func (*GetAccountResponse) ProtoMessage()

func (*GetAccountResponse) ProtoReflect

func (x *GetAccountResponse) ProtoReflect() protoreflect.Message

func (*GetAccountResponse) Reset

func (x *GetAccountResponse) Reset()

func (*GetAccountResponse) String

func (x *GetAccountResponse) String() string

type GetAddressesByAccountRequest

type GetAddressesByAccountRequest struct {
	Account string `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Wallet  string `protobuf:"bytes,2,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAddressesByAccountRequest) Descriptor deprecated

func (*GetAddressesByAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAddressesByAccountRequest.ProtoReflect.Descriptor instead.

func (*GetAddressesByAccountRequest) GetAccount

func (x *GetAddressesByAccountRequest) GetAccount() string

func (*GetAddressesByAccountRequest) GetWallet

func (x *GetAddressesByAccountRequest) GetWallet() string

func (*GetAddressesByAccountRequest) ProtoMessage

func (*GetAddressesByAccountRequest) ProtoMessage()

func (*GetAddressesByAccountRequest) ProtoReflect

func (*GetAddressesByAccountRequest) Reset

func (x *GetAddressesByAccountRequest) Reset()

func (*GetAddressesByAccountRequest) String

type GetAddressesByAccountResponse

type GetAddressesByAccountResponse struct {
	Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAddressesByAccountResponse) Descriptor deprecated

func (*GetAddressesByAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAddressesByAccountResponse.ProtoReflect.Descriptor instead.

func (*GetAddressesByAccountResponse) GetAddresses

func (x *GetAddressesByAccountResponse) GetAddresses() []string

func (*GetAddressesByAccountResponse) ProtoMessage

func (*GetAddressesByAccountResponse) ProtoMessage()

func (*GetAddressesByAccountResponse) ProtoReflect

func (*GetAddressesByAccountResponse) Reset

func (x *GetAddressesByAccountResponse) Reset()

func (*GetAddressesByAccountResponse) String

type GetBlockRequest

type GetBlockRequest struct {

	// Types that are valid to be assigned to Identifier:
	//
	//	*GetBlockRequest_Hash
	//	*GetBlockRequest_Height
	Identifier isGetBlockRequest_Identifier `protobuf_oneof:"identifier"`
	// contains filtered or unexported fields
}

func (*GetBlockRequest) Descriptor deprecated

func (*GetBlockRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBlockRequest.ProtoReflect.Descriptor instead.

func (*GetBlockRequest) GetHash

func (x *GetBlockRequest) GetHash() string

func (*GetBlockRequest) GetHeight

func (x *GetBlockRequest) GetHeight() uint32

func (*GetBlockRequest) GetIdentifier

func (x *GetBlockRequest) GetIdentifier() isGetBlockRequest_Identifier

func (*GetBlockRequest) ProtoMessage

func (*GetBlockRequest) ProtoMessage()

func (*GetBlockRequest) ProtoReflect

func (x *GetBlockRequest) ProtoReflect() protoreflect.Message

func (*GetBlockRequest) Reset

func (x *GetBlockRequest) Reset()

func (*GetBlockRequest) String

func (x *GetBlockRequest) String() string

type GetBlockRequest_Hash

type GetBlockRequest_Hash struct {
	Hash string `protobuf:"bytes,1,opt,name=hash,proto3,oneof"`
}

type GetBlockRequest_Height

type GetBlockRequest_Height struct {
	Height uint32 `protobuf:"varint,2,opt,name=height,proto3,oneof"`
}

type GetBlockResponse

type GetBlockResponse struct {
	Block *Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockResponse) Descriptor deprecated

func (*GetBlockResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetBlockResponse.ProtoReflect.Descriptor instead.

func (*GetBlockResponse) GetBlock

func (x *GetBlockResponse) GetBlock() *Block

func (*GetBlockResponse) ProtoMessage

func (*GetBlockResponse) ProtoMessage()

func (*GetBlockResponse) ProtoReflect

func (x *GetBlockResponse) ProtoReflect() protoreflect.Message

func (*GetBlockResponse) Reset

func (x *GetBlockResponse) Reset()

func (*GetBlockResponse) String

func (x *GetBlockResponse) String() string

type GetBlockchainInfoResponse

type GetBlockchainInfoResponse struct {
	Chain                string `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
	Blocks               uint32 `protobuf:"varint,2,opt,name=blocks,proto3" json:"blocks,omitempty"`
	Headers              uint32 `protobuf:"varint,3,opt,name=headers,proto3" json:"headers,omitempty"`
	BestBlockHash        string `protobuf:"bytes,4,opt,name=best_block_hash,json=bestBlockHash,proto3" json:"best_block_hash,omitempty"`
	InitialBlockDownload bool   `protobuf:"varint,8,opt,name=initial_block_download,json=initialBlockDownload,proto3" json:"initial_block_download,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockchainInfoResponse) Descriptor deprecated

func (*GetBlockchainInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetBlockchainInfoResponse.ProtoReflect.Descriptor instead.

func (*GetBlockchainInfoResponse) GetBestBlockHash

func (x *GetBlockchainInfoResponse) GetBestBlockHash() string

func (*GetBlockchainInfoResponse) GetBlocks

func (x *GetBlockchainInfoResponse) GetBlocks() uint32

func (*GetBlockchainInfoResponse) GetChain

func (x *GetBlockchainInfoResponse) GetChain() string

func (*GetBlockchainInfoResponse) GetHeaders

func (x *GetBlockchainInfoResponse) GetHeaders() uint32

func (*GetBlockchainInfoResponse) GetInitialBlockDownload

func (x *GetBlockchainInfoResponse) GetInitialBlockDownload() bool

func (*GetBlockchainInfoResponse) ProtoMessage

func (*GetBlockchainInfoResponse) ProtoMessage()

func (*GetBlockchainInfoResponse) ProtoReflect

func (*GetBlockchainInfoResponse) Reset

func (x *GetBlockchainInfoResponse) Reset()

func (*GetBlockchainInfoResponse) String

func (x *GetBlockchainInfoResponse) String() string

type GetRawTransactionRequest

type GetRawTransactionRequest struct {
	Txid string `protobuf:"bytes,1,opt,name=txid,proto3" json:"txid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRawTransactionRequest) Descriptor deprecated

func (*GetRawTransactionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRawTransactionRequest.ProtoReflect.Descriptor instead.

func (*GetRawTransactionRequest) GetTxid

func (x *GetRawTransactionRequest) GetTxid() string

func (*GetRawTransactionRequest) ProtoMessage

func (*GetRawTransactionRequest) ProtoMessage()

func (*GetRawTransactionRequest) ProtoReflect

func (x *GetRawTransactionRequest) ProtoReflect() protoreflect.Message

func (*GetRawTransactionRequest) Reset

func (x *GetRawTransactionRequest) Reset()

func (*GetRawTransactionRequest) String

func (x *GetRawTransactionRequest) String() string

type GetRawTransactionResponse

type GetRawTransactionResponse struct {
	Tx            *RawTransaction `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
	Txid          string          `protobuf:"bytes,8,opt,name=txid,proto3" json:"txid,omitempty"`
	Hash          string          `protobuf:"bytes,9,opt,name=hash,proto3" json:"hash,omitempty"`
	Size          int32           `protobuf:"varint,10,opt,name=size,proto3" json:"size,omitempty"`
	Vsize         int32           `protobuf:"varint,11,opt,name=vsize,proto3" json:"vsize,omitempty"`
	Weight        int32           `protobuf:"varint,12,opt,name=weight,proto3" json:"weight,omitempty"`
	Version       uint32          `protobuf:"varint,13,opt,name=version,proto3" json:"version,omitempty"`
	Locktime      uint32          `protobuf:"varint,14,opt,name=locktime,proto3" json:"locktime,omitempty"`
	Inputs        []*Input        `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"`
	Outputs       []*Output       `protobuf:"bytes,3,rep,name=outputs,proto3" json:"outputs,omitempty"`
	Blockhash     string          `protobuf:"bytes,4,opt,name=blockhash,proto3" json:"blockhash,omitempty"`
	Confirmations uint32          `protobuf:"varint,5,opt,name=confirmations,proto3" json:"confirmations,omitempty"`
	Time          int64           `protobuf:"varint,6,opt,name=time,proto3" json:"time,omitempty"`
	Blocktime     int64           `protobuf:"varint,7,opt,name=blocktime,proto3" json:"blocktime,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRawTransactionResponse) Descriptor deprecated

func (*GetRawTransactionResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRawTransactionResponse.ProtoReflect.Descriptor instead.

func (*GetRawTransactionResponse) GetBlockhash

func (x *GetRawTransactionResponse) GetBlockhash() string

func (*GetRawTransactionResponse) GetBlocktime

func (x *GetRawTransactionResponse) GetBlocktime() int64

func (*GetRawTransactionResponse) GetConfirmations

func (x *GetRawTransactionResponse) GetConfirmations() uint32

func (*GetRawTransactionResponse) GetHash

func (x *GetRawTransactionResponse) GetHash() string

func (*GetRawTransactionResponse) GetInputs

func (x *GetRawTransactionResponse) GetInputs() []*Input

func (*GetRawTransactionResponse) GetLocktime

func (x *GetRawTransactionResponse) GetLocktime() uint32

func (*GetRawTransactionResponse) GetOutputs

func (x *GetRawTransactionResponse) GetOutputs() []*Output

func (*GetRawTransactionResponse) GetSize

func (x *GetRawTransactionResponse) GetSize() int32

func (*GetRawTransactionResponse) GetTime

func (x *GetRawTransactionResponse) GetTime() int64

func (*GetRawTransactionResponse) GetTx

func (*GetRawTransactionResponse) GetTxid

func (x *GetRawTransactionResponse) GetTxid() string

func (*GetRawTransactionResponse) GetVersion

func (x *GetRawTransactionResponse) GetVersion() uint32

func (*GetRawTransactionResponse) GetVsize

func (x *GetRawTransactionResponse) GetVsize() int32

func (*GetRawTransactionResponse) GetWeight

func (x *GetRawTransactionResponse) GetWeight() int32

func (*GetRawTransactionResponse) ProtoMessage

func (*GetRawTransactionResponse) ProtoMessage()

func (*GetRawTransactionResponse) ProtoReflect

func (*GetRawTransactionResponse) Reset

func (x *GetRawTransactionResponse) Reset()

func (*GetRawTransactionResponse) String

func (x *GetRawTransactionResponse) String() string

type ImportAddressRequest

type ImportAddressRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Label   string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	Rescan  bool   `protobuf:"varint,3,opt,name=rescan,proto3" json:"rescan,omitempty"`
	Wallet  string `protobuf:"bytes,4,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportAddressRequest) Descriptor deprecated

func (*ImportAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImportAddressRequest.ProtoReflect.Descriptor instead.

func (*ImportAddressRequest) GetAddress

func (x *ImportAddressRequest) GetAddress() string

func (*ImportAddressRequest) GetLabel

func (x *ImportAddressRequest) GetLabel() string

func (*ImportAddressRequest) GetRescan

func (x *ImportAddressRequest) GetRescan() bool

func (*ImportAddressRequest) GetWallet

func (x *ImportAddressRequest) GetWallet() string

func (*ImportAddressRequest) ProtoMessage

func (*ImportAddressRequest) ProtoMessage()

func (*ImportAddressRequest) ProtoReflect

func (x *ImportAddressRequest) ProtoReflect() protoreflect.Message

func (*ImportAddressRequest) Reset

func (x *ImportAddressRequest) Reset()

func (*ImportAddressRequest) String

func (x *ImportAddressRequest) String() string

type ImportAddressResponse

type ImportAddressResponse struct {
	// contains filtered or unexported fields
}

func (*ImportAddressResponse) Descriptor deprecated

func (*ImportAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use ImportAddressResponse.ProtoReflect.Descriptor instead.

func (*ImportAddressResponse) ProtoMessage

func (*ImportAddressResponse) ProtoMessage()

func (*ImportAddressResponse) ProtoReflect

func (x *ImportAddressResponse) ProtoReflect() protoreflect.Message

func (*ImportAddressResponse) Reset

func (x *ImportAddressResponse) Reset()

func (*ImportAddressResponse) String

func (x *ImportAddressResponse) String() string

type ImportPrivKeyRequest

type ImportPrivKeyRequest struct {
	PrivateKey string `protobuf:"bytes,1,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	Label      string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	Rescan     bool   `protobuf:"varint,3,opt,name=rescan,proto3" json:"rescan,omitempty"`
	Wallet     string `protobuf:"bytes,4,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportPrivKeyRequest) Descriptor deprecated

func (*ImportPrivKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImportPrivKeyRequest.ProtoReflect.Descriptor instead.

func (*ImportPrivKeyRequest) GetLabel

func (x *ImportPrivKeyRequest) GetLabel() string

func (*ImportPrivKeyRequest) GetPrivateKey

func (x *ImportPrivKeyRequest) GetPrivateKey() string

func (*ImportPrivKeyRequest) GetRescan

func (x *ImportPrivKeyRequest) GetRescan() bool

func (*ImportPrivKeyRequest) GetWallet

func (x *ImportPrivKeyRequest) GetWallet() string

func (*ImportPrivKeyRequest) ProtoMessage

func (*ImportPrivKeyRequest) ProtoMessage()

func (*ImportPrivKeyRequest) ProtoReflect

func (x *ImportPrivKeyRequest) ProtoReflect() protoreflect.Message

func (*ImportPrivKeyRequest) Reset

func (x *ImportPrivKeyRequest) Reset()

func (*ImportPrivKeyRequest) String

func (x *ImportPrivKeyRequest) String() string

type ImportPrivKeyResponse

type ImportPrivKeyResponse struct {
	// contains filtered or unexported fields
}

func (*ImportPrivKeyResponse) Descriptor deprecated

func (*ImportPrivKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use ImportPrivKeyResponse.ProtoReflect.Descriptor instead.

func (*ImportPrivKeyResponse) ProtoMessage

func (*ImportPrivKeyResponse) ProtoMessage()

func (*ImportPrivKeyResponse) ProtoReflect

func (x *ImportPrivKeyResponse) ProtoReflect() protoreflect.Message

func (*ImportPrivKeyResponse) Reset

func (x *ImportPrivKeyResponse) Reset()

func (*ImportPrivKeyResponse) String

func (x *ImportPrivKeyResponse) String() string

type ImportPubKeyRequest

type ImportPubKeyRequest struct {
	Pubkey string `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	Rescan bool   `protobuf:"varint,2,opt,name=rescan,proto3" json:"rescan,omitempty"`
	Wallet string `protobuf:"bytes,3,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportPubKeyRequest) Descriptor deprecated

func (*ImportPubKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImportPubKeyRequest.ProtoReflect.Descriptor instead.

func (*ImportPubKeyRequest) GetPubkey

func (x *ImportPubKeyRequest) GetPubkey() string

func (*ImportPubKeyRequest) GetRescan

func (x *ImportPubKeyRequest) GetRescan() bool

func (*ImportPubKeyRequest) GetWallet

func (x *ImportPubKeyRequest) GetWallet() string

func (*ImportPubKeyRequest) ProtoMessage

func (*ImportPubKeyRequest) ProtoMessage()

func (*ImportPubKeyRequest) ProtoReflect

func (x *ImportPubKeyRequest) ProtoReflect() protoreflect.Message

func (*ImportPubKeyRequest) Reset

func (x *ImportPubKeyRequest) Reset()

func (*ImportPubKeyRequest) String

func (x *ImportPubKeyRequest) String() string

type ImportPubKeyResponse

type ImportPubKeyResponse struct {
	// contains filtered or unexported fields
}

func (*ImportPubKeyResponse) Descriptor deprecated

func (*ImportPubKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use ImportPubKeyResponse.ProtoReflect.Descriptor instead.

func (*ImportPubKeyResponse) ProtoMessage

func (*ImportPubKeyResponse) ProtoMessage()

func (*ImportPubKeyResponse) ProtoReflect

func (x *ImportPubKeyResponse) ProtoReflect() protoreflect.Message

func (*ImportPubKeyResponse) Reset

func (x *ImportPubKeyResponse) Reset()

func (*ImportPubKeyResponse) String

func (x *ImportPubKeyResponse) String() string

type ImportWalletRequest

type ImportWalletRequest struct {
	Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	Wallet   string `protobuf:"bytes,2,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportWalletRequest) Descriptor deprecated

func (*ImportWalletRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImportWalletRequest.ProtoReflect.Descriptor instead.

func (*ImportWalletRequest) GetFilename

func (x *ImportWalletRequest) GetFilename() string

func (*ImportWalletRequest) GetWallet

func (x *ImportWalletRequest) GetWallet() string

func (*ImportWalletRequest) ProtoMessage

func (*ImportWalletRequest) ProtoMessage()

func (*ImportWalletRequest) ProtoReflect

func (x *ImportWalletRequest) ProtoReflect() protoreflect.Message

func (*ImportWalletRequest) Reset

func (x *ImportWalletRequest) Reset()

func (*ImportWalletRequest) String

func (x *ImportWalletRequest) String() string

type ImportWalletResponse

type ImportWalletResponse struct {
	// contains filtered or unexported fields
}

func (*ImportWalletResponse) Descriptor deprecated

func (*ImportWalletResponse) Descriptor() ([]byte, []int)

Deprecated: Use ImportWalletResponse.ProtoReflect.Descriptor instead.

func (*ImportWalletResponse) ProtoMessage

func (*ImportWalletResponse) ProtoMessage()

func (*ImportWalletResponse) ProtoReflect

func (x *ImportWalletResponse) ProtoReflect() protoreflect.Message

func (*ImportWalletResponse) Reset

func (x *ImportWalletResponse) Reset()

func (*ImportWalletResponse) String

func (x *ImportWalletResponse) String() string

type Input

type Input struct {
	Txid      string     `protobuf:"bytes,1,opt,name=txid,proto3" json:"txid,omitempty"`
	Vout      uint32     `protobuf:"varint,2,opt,name=vout,proto3" json:"vout,omitempty"`
	Coinbase  string     `protobuf:"bytes,3,opt,name=coinbase,proto3" json:"coinbase,omitempty"`
	ScriptSig *ScriptSig `protobuf:"bytes,4,opt,name=script_sig,json=scriptSig,proto3" json:"script_sig,omitempty"`
	Sequence  uint32     `protobuf:"varint,5,opt,name=sequence,proto3" json:"sequence,omitempty"`
	Witness   []string   `protobuf:"bytes,6,rep,name=witness,proto3" json:"witness,omitempty"`
	// contains filtered or unexported fields
}

func (*Input) Descriptor deprecated

func (*Input) Descriptor() ([]byte, []int)

Deprecated: Use Input.ProtoReflect.Descriptor instead.

func (*Input) GetCoinbase

func (x *Input) GetCoinbase() string

func (*Input) GetScriptSig

func (x *Input) GetScriptSig() *ScriptSig

func (*Input) GetSequence

func (x *Input) GetSequence() uint32

func (*Input) GetTxid

func (x *Input) GetTxid() string

func (*Input) GetVout

func (x *Input) GetVout() uint32

func (*Input) GetWitness

func (x *Input) GetWitness() []string

func (*Input) ProtoMessage

func (*Input) ProtoMessage()

func (*Input) ProtoReflect

func (x *Input) ProtoReflect() protoreflect.Message

func (*Input) Reset

func (x *Input) Reset()

func (*Input) String

func (x *Input) String() string

type JoinPsbtsRequest

type JoinPsbtsRequest struct {
	Psbts []string `protobuf:"bytes,1,rep,name=psbts,proto3" json:"psbts,omitempty"` // Array of base64 encoded PSBTs
	// contains filtered or unexported fields
}

func (*JoinPsbtsRequest) Descriptor deprecated

func (*JoinPsbtsRequest) Descriptor() ([]byte, []int)

Deprecated: Use JoinPsbtsRequest.ProtoReflect.Descriptor instead.

func (*JoinPsbtsRequest) GetPsbts

func (x *JoinPsbtsRequest) GetPsbts() []string

func (*JoinPsbtsRequest) ProtoMessage

func (*JoinPsbtsRequest) ProtoMessage()

func (*JoinPsbtsRequest) ProtoReflect

func (x *JoinPsbtsRequest) ProtoReflect() protoreflect.Message

func (*JoinPsbtsRequest) Reset

func (x *JoinPsbtsRequest) Reset()

func (*JoinPsbtsRequest) String

func (x *JoinPsbtsRequest) String() string

type JoinPsbtsResponse

type JoinPsbtsResponse struct {
	Psbt string `protobuf:"bytes,1,opt,name=psbt,proto3" json:"psbt,omitempty"` // Joined base64 encoded PSBT
	// contains filtered or unexported fields
}

func (*JoinPsbtsResponse) Descriptor deprecated

func (*JoinPsbtsResponse) Descriptor() ([]byte, []int)

Deprecated: Use JoinPsbtsResponse.ProtoReflect.Descriptor instead.

func (*JoinPsbtsResponse) GetPsbt

func (x *JoinPsbtsResponse) GetPsbt() string

func (*JoinPsbtsResponse) ProtoMessage

func (*JoinPsbtsResponse) ProtoMessage()

func (*JoinPsbtsResponse) ProtoReflect

func (x *JoinPsbtsResponse) ProtoReflect() protoreflect.Message

func (*JoinPsbtsResponse) Reset

func (x *JoinPsbtsResponse) Reset()

func (*JoinPsbtsResponse) String

func (x *JoinPsbtsResponse) String() string

type KeyPoolRefillRequest

type KeyPoolRefillRequest struct {
	NewSize uint32 `protobuf:"varint,1,opt,name=new_size,json=newSize,proto3" json:"new_size,omitempty"`
	Wallet  string `protobuf:"bytes,2,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyPoolRefillRequest) Descriptor deprecated

func (*KeyPoolRefillRequest) Descriptor() ([]byte, []int)

Deprecated: Use KeyPoolRefillRequest.ProtoReflect.Descriptor instead.

func (*KeyPoolRefillRequest) GetNewSize

func (x *KeyPoolRefillRequest) GetNewSize() uint32

func (*KeyPoolRefillRequest) GetWallet

func (x *KeyPoolRefillRequest) GetWallet() string

func (*KeyPoolRefillRequest) ProtoMessage

func (*KeyPoolRefillRequest) ProtoMessage()

func (*KeyPoolRefillRequest) ProtoReflect

func (x *KeyPoolRefillRequest) ProtoReflect() protoreflect.Message

func (*KeyPoolRefillRequest) Reset

func (x *KeyPoolRefillRequest) Reset()

func (*KeyPoolRefillRequest) String

func (x *KeyPoolRefillRequest) String() string

type KeyPoolRefillResponse

type KeyPoolRefillResponse struct {
	// contains filtered or unexported fields
}

func (*KeyPoolRefillResponse) Descriptor deprecated

func (*KeyPoolRefillResponse) Descriptor() ([]byte, []int)

Deprecated: Use KeyPoolRefillResponse.ProtoReflect.Descriptor instead.

func (*KeyPoolRefillResponse) ProtoMessage

func (*KeyPoolRefillResponse) ProtoMessage()

func (*KeyPoolRefillResponse) ProtoReflect

func (x *KeyPoolRefillResponse) ProtoReflect() protoreflect.Message

func (*KeyPoolRefillResponse) Reset

func (x *KeyPoolRefillResponse) Reset()

func (*KeyPoolRefillResponse) String

func (x *KeyPoolRefillResponse) String() string

type ListAccountsRequest

type ListAccountsRequest struct {
	MinConf int32  `protobuf:"varint,1,opt,name=min_conf,json=minConf,proto3" json:"min_conf,omitempty"`
	Wallet  string `protobuf:"bytes,2,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAccountsRequest) Descriptor deprecated

func (*ListAccountsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAccountsRequest.ProtoReflect.Descriptor instead.

func (*ListAccountsRequest) GetMinConf

func (x *ListAccountsRequest) GetMinConf() int32

func (*ListAccountsRequest) GetWallet

func (x *ListAccountsRequest) GetWallet() string

func (*ListAccountsRequest) ProtoMessage

func (*ListAccountsRequest) ProtoMessage()

func (*ListAccountsRequest) ProtoReflect

func (x *ListAccountsRequest) ProtoReflect() protoreflect.Message

func (*ListAccountsRequest) Reset

func (x *ListAccountsRequest) Reset()

func (*ListAccountsRequest) String

func (x *ListAccountsRequest) String() string

type ListAccountsResponse

type ListAccountsResponse struct {
	Accounts map[string]float64 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListAccountsResponse) Descriptor deprecated

func (*ListAccountsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAccountsResponse.ProtoReflect.Descriptor instead.

func (*ListAccountsResponse) GetAccounts

func (x *ListAccountsResponse) GetAccounts() map[string]float64

func (*ListAccountsResponse) ProtoMessage

func (*ListAccountsResponse) ProtoMessage()

func (*ListAccountsResponse) ProtoReflect

func (x *ListAccountsResponse) ProtoReflect() protoreflect.Message

func (*ListAccountsResponse) Reset

func (x *ListAccountsResponse) Reset()

func (*ListAccountsResponse) String

func (x *ListAccountsResponse) String() string

type ListBlocksRequest

type ListBlocksRequest struct {
	StartHeight uint32 `protobuf:"varint,1,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` // Start from this height (0 means latest)
	PageSize    uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`          // How many blocks to return (0 means default 50)
	// contains filtered or unexported fields
}

func (*ListBlocksRequest) Descriptor deprecated

func (*ListBlocksRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListBlocksRequest.ProtoReflect.Descriptor instead.

func (*ListBlocksRequest) GetPageSize

func (x *ListBlocksRequest) GetPageSize() uint32

func (*ListBlocksRequest) GetStartHeight

func (x *ListBlocksRequest) GetStartHeight() uint32

func (*ListBlocksRequest) ProtoMessage

func (*ListBlocksRequest) ProtoMessage()

func (*ListBlocksRequest) ProtoReflect

func (x *ListBlocksRequest) ProtoReflect() protoreflect.Message

func (*ListBlocksRequest) Reset

func (x *ListBlocksRequest) Reset()

func (*ListBlocksRequest) String

func (x *ListBlocksRequest) String() string

type ListBlocksResponse

type ListBlocksResponse struct {
	RecentBlocks []*Block `protobuf:"bytes,4,rep,name=recent_blocks,json=recentBlocks,proto3" json:"recent_blocks,omitempty"`
	HasMore      bool     `protobuf:"varint,5,opt,name=has_more,json=hasMore,proto3" json:"has_more,omitempty"` // Whether there are more blocks available
	// contains filtered or unexported fields
}

func (*ListBlocksResponse) Descriptor deprecated

func (*ListBlocksResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListBlocksResponse.ProtoReflect.Descriptor instead.

func (*ListBlocksResponse) GetHasMore

func (x *ListBlocksResponse) GetHasMore() bool

func (*ListBlocksResponse) GetRecentBlocks

func (x *ListBlocksResponse) GetRecentBlocks() []*Block

func (*ListBlocksResponse) ProtoMessage

func (*ListBlocksResponse) ProtoMessage()

func (*ListBlocksResponse) ProtoReflect

func (x *ListBlocksResponse) ProtoReflect() protoreflect.Message

func (*ListBlocksResponse) Reset

func (x *ListBlocksResponse) Reset()

func (*ListBlocksResponse) String

func (x *ListBlocksResponse) String() string

type ListPeersResponse

type ListPeersResponse struct {
	Peers []*Peer `protobuf:"bytes,1,rep,name=peers,proto3" json:"peers,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPeersResponse) Descriptor deprecated

func (*ListPeersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListPeersResponse.ProtoReflect.Descriptor instead.

func (*ListPeersResponse) GetPeers

func (x *ListPeersResponse) GetPeers() []*Peer

func (*ListPeersResponse) ProtoMessage

func (*ListPeersResponse) ProtoMessage()

func (*ListPeersResponse) ProtoReflect

func (x *ListPeersResponse) ProtoReflect() protoreflect.Message

func (*ListPeersResponse) Reset

func (x *ListPeersResponse) Reset()

func (*ListPeersResponse) String

func (x *ListPeersResponse) String() string

type ListRecentTransactionsRequest

type ListRecentTransactionsRequest struct {
	Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRecentTransactionsRequest) Descriptor deprecated

func (*ListRecentTransactionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRecentTransactionsRequest.ProtoReflect.Descriptor instead.

func (*ListRecentTransactionsRequest) GetCount

func (x *ListRecentTransactionsRequest) GetCount() int64

func (*ListRecentTransactionsRequest) ProtoMessage

func (*ListRecentTransactionsRequest) ProtoMessage()

func (*ListRecentTransactionsRequest) ProtoReflect

func (*ListRecentTransactionsRequest) Reset

func (x *ListRecentTransactionsRequest) Reset()

func (*ListRecentTransactionsRequest) String

type ListRecentTransactionsResponse

type ListRecentTransactionsResponse struct {
	Transactions []*RecentTransaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRecentTransactionsResponse) Descriptor deprecated

func (*ListRecentTransactionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListRecentTransactionsResponse.ProtoReflect.Descriptor instead.

func (*ListRecentTransactionsResponse) GetTransactions

func (x *ListRecentTransactionsResponse) GetTransactions() []*RecentTransaction

func (*ListRecentTransactionsResponse) ProtoMessage

func (*ListRecentTransactionsResponse) ProtoMessage()

func (*ListRecentTransactionsResponse) ProtoReflect

func (*ListRecentTransactionsResponse) Reset

func (x *ListRecentTransactionsResponse) Reset()

func (*ListRecentTransactionsResponse) String

type Output

type Output struct {
	Amount       float64       `protobuf:"fixed64,1,opt,name=amount,proto3" json:"amount,omitempty"`
	Vout         uint32        `protobuf:"varint,2,opt,name=vout,proto3" json:"vout,omitempty"`
	ScriptPubKey *ScriptPubKey `protobuf:"bytes,3,opt,name=script_pub_key,json=scriptPubKey,proto3" json:"script_pub_key,omitempty"`
	ScriptSig    *ScriptSig    `protobuf:"bytes,4,opt,name=script_sig,json=scriptSig,proto3" json:"script_sig,omitempty"`
	// contains filtered or unexported fields
}

func (*Output) Descriptor deprecated

func (*Output) Descriptor() ([]byte, []int)

Deprecated: Use Output.ProtoReflect.Descriptor instead.

func (*Output) GetAmount

func (x *Output) GetAmount() float64

func (*Output) GetScriptPubKey

func (x *Output) GetScriptPubKey() *ScriptPubKey

func (*Output) GetScriptSig

func (x *Output) GetScriptSig() *ScriptSig

func (*Output) GetVout

func (x *Output) GetVout() uint32

func (*Output) ProtoMessage

func (*Output) ProtoMessage()

func (*Output) ProtoReflect

func (x *Output) ProtoReflect() protoreflect.Message

func (*Output) Reset

func (x *Output) Reset()

func (*Output) String

func (x *Output) String() string

type Peer

type Peer struct {
	Id           int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Addr         string `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"`
	SyncedBlocks int32  `protobuf:"varint,3,opt,name=synced_blocks,json=syncedBlocks,proto3" json:"synced_blocks,omitempty"`
	// contains filtered or unexported fields
}

func (*Peer) Descriptor deprecated

func (*Peer) Descriptor() ([]byte, []int)

Deprecated: Use Peer.ProtoReflect.Descriptor instead.

func (*Peer) GetAddr

func (x *Peer) GetAddr() string

func (*Peer) GetId

func (x *Peer) GetId() int32

func (*Peer) GetSyncedBlocks

func (x *Peer) GetSyncedBlocks() int32

func (*Peer) ProtoMessage

func (*Peer) ProtoMessage()

func (*Peer) ProtoReflect

func (x *Peer) ProtoReflect() protoreflect.Message

func (*Peer) Reset

func (x *Peer) Reset()

func (*Peer) String

func (x *Peer) String() string

type Range

type Range struct {
	Begin int32 `protobuf:"varint,1,opt,name=begin,proto3" json:"begin,omitempty"`
	End   int32 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

Add a new message for begin/end range

func (*Range) Descriptor deprecated

func (*Range) Descriptor() ([]byte, []int)

Deprecated: Use Range.ProtoReflect.Descriptor instead.

func (*Range) GetBegin

func (x *Range) GetBegin() int32

func (*Range) GetEnd

func (x *Range) GetEnd() int32

func (*Range) ProtoMessage

func (*Range) ProtoMessage()

func (*Range) ProtoReflect

func (x *Range) ProtoReflect() protoreflect.Message

func (*Range) Reset

func (x *Range) Reset()

func (*Range) String

func (x *Range) String() string

type RawTransaction

type RawTransaction struct {

	// Raw transaction data
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// Hex-encoded raw transaction data
	Hex string `protobuf:"bytes,2,opt,name=hex,proto3" json:"hex,omitempty"`
	// contains filtered or unexported fields
}

func (*RawTransaction) Descriptor deprecated

func (*RawTransaction) Descriptor() ([]byte, []int)

Deprecated: Use RawTransaction.ProtoReflect.Descriptor instead.

func (*RawTransaction) GetData

func (x *RawTransaction) GetData() []byte

func (*RawTransaction) GetHex

func (x *RawTransaction) GetHex() string

func (*RawTransaction) ProtoMessage

func (*RawTransaction) ProtoMessage()

func (*RawTransaction) ProtoReflect

func (x *RawTransaction) ProtoReflect() protoreflect.Message

func (*RawTransaction) Reset

func (x *RawTransaction) Reset()

func (*RawTransaction) String

func (x *RawTransaction) String() string

type RecentTransaction

type RecentTransaction struct {
	VirtualSize      uint32                 `protobuf:"varint,1,opt,name=virtual_size,json=virtualSize,proto3" json:"virtual_size,omitempty"`
	Time             *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
	Txid             string                 `protobuf:"bytes,3,opt,name=txid,proto3" json:"txid,omitempty"`
	FeeSats          uint64                 `protobuf:"varint,4,opt,name=fee_sats,json=feeSats,proto3" json:"fee_sats,omitempty"`
	ConfirmedInBlock *Block                 `protobuf:"bytes,5,opt,name=confirmed_in_block,json=confirmedInBlock,proto3,oneof" json:"confirmed_in_block,omitempty"`
	// contains filtered or unexported fields
}

func (*RecentTransaction) Descriptor deprecated

func (*RecentTransaction) Descriptor() ([]byte, []int)

Deprecated: Use RecentTransaction.ProtoReflect.Descriptor instead.

func (*RecentTransaction) GetConfirmedInBlock

func (x *RecentTransaction) GetConfirmedInBlock() *Block

func (*RecentTransaction) GetFeeSats

func (x *RecentTransaction) GetFeeSats() uint64

func (*RecentTransaction) GetTime

func (x *RecentTransaction) GetTime() *timestamppb.Timestamp

func (*RecentTransaction) GetTxid

func (x *RecentTransaction) GetTxid() string

func (*RecentTransaction) GetVirtualSize

func (x *RecentTransaction) GetVirtualSize() uint32

func (*RecentTransaction) ProtoMessage

func (*RecentTransaction) ProtoMessage()

func (*RecentTransaction) ProtoReflect

func (x *RecentTransaction) ProtoReflect() protoreflect.Message

func (*RecentTransaction) Reset

func (x *RecentTransaction) Reset()

func (*RecentTransaction) String

func (x *RecentTransaction) String() string

type ScriptPubKey

type ScriptPubKey struct {
	Type    string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*ScriptPubKey) Descriptor deprecated

func (*ScriptPubKey) Descriptor() ([]byte, []int)

Deprecated: Use ScriptPubKey.ProtoReflect.Descriptor instead.

func (*ScriptPubKey) GetAddress

func (x *ScriptPubKey) GetAddress() string

func (*ScriptPubKey) GetType

func (x *ScriptPubKey) GetType() string

func (*ScriptPubKey) ProtoMessage

func (*ScriptPubKey) ProtoMessage()

func (*ScriptPubKey) ProtoReflect

func (x *ScriptPubKey) ProtoReflect() protoreflect.Message

func (*ScriptPubKey) Reset

func (x *ScriptPubKey) Reset()

func (*ScriptPubKey) String

func (x *ScriptPubKey) String() string

type ScriptSig

type ScriptSig struct {
	Asm string `protobuf:"bytes,1,opt,name=asm,proto3" json:"asm,omitempty"`
	Hex string `protobuf:"bytes,2,opt,name=hex,proto3" json:"hex,omitempty"`
	// contains filtered or unexported fields
}

func (*ScriptSig) Descriptor deprecated

func (*ScriptSig) Descriptor() ([]byte, []int)

Deprecated: Use ScriptSig.ProtoReflect.Descriptor instead.

func (*ScriptSig) GetAsm

func (x *ScriptSig) GetAsm() string

func (*ScriptSig) GetHex

func (x *ScriptSig) GetHex() string

func (*ScriptSig) ProtoMessage

func (*ScriptSig) ProtoMessage()

func (*ScriptSig) ProtoReflect

func (x *ScriptSig) ProtoReflect() protoreflect.Message

func (*ScriptSig) Reset

func (x *ScriptSig) Reset()

func (*ScriptSig) String

func (x *ScriptSig) String() string

type SetAccountRequest

type SetAccountRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`
	Wallet  string `protobuf:"bytes,3,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAccountRequest) Descriptor deprecated

func (*SetAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetAccountRequest.ProtoReflect.Descriptor instead.

func (*SetAccountRequest) GetAccount

func (x *SetAccountRequest) GetAccount() string

func (*SetAccountRequest) GetAddress

func (x *SetAccountRequest) GetAddress() string

func (*SetAccountRequest) GetWallet

func (x *SetAccountRequest) GetWallet() string

func (*SetAccountRequest) ProtoMessage

func (*SetAccountRequest) ProtoMessage()

func (*SetAccountRequest) ProtoReflect

func (x *SetAccountRequest) ProtoReflect() protoreflect.Message

func (*SetAccountRequest) Reset

func (x *SetAccountRequest) Reset()

func (*SetAccountRequest) String

func (x *SetAccountRequest) String() string

type SetAccountResponse

type SetAccountResponse struct {
	// contains filtered or unexported fields
}

func (*SetAccountResponse) Descriptor deprecated

func (*SetAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetAccountResponse.ProtoReflect.Descriptor instead.

func (*SetAccountResponse) ProtoMessage

func (*SetAccountResponse) ProtoMessage()

func (*SetAccountResponse) ProtoReflect

func (x *SetAccountResponse) ProtoReflect() protoreflect.Message

func (*SetAccountResponse) Reset

func (x *SetAccountResponse) Reset()

func (*SetAccountResponse) String

func (x *SetAccountResponse) String() string

type TestMempoolAcceptRequest

type TestMempoolAcceptRequest struct {
	Rawtxs     []string `protobuf:"bytes,1,rep,name=rawtxs,proto3" json:"rawtxs,omitempty"`
	MaxFeeRate float64  `protobuf:"fixed64,2,opt,name=max_fee_rate,json=maxFeeRate,proto3" json:"max_fee_rate,omitempty"`
	// contains filtered or unexported fields
}

func (*TestMempoolAcceptRequest) Descriptor deprecated

func (*TestMempoolAcceptRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestMempoolAcceptRequest.ProtoReflect.Descriptor instead.

func (*TestMempoolAcceptRequest) GetMaxFeeRate

func (x *TestMempoolAcceptRequest) GetMaxFeeRate() float64

func (*TestMempoolAcceptRequest) GetRawtxs

func (x *TestMempoolAcceptRequest) GetRawtxs() []string

func (*TestMempoolAcceptRequest) ProtoMessage

func (*TestMempoolAcceptRequest) ProtoMessage()

func (*TestMempoolAcceptRequest) ProtoReflect

func (x *TestMempoolAcceptRequest) ProtoReflect() protoreflect.Message

func (*TestMempoolAcceptRequest) Reset

func (x *TestMempoolAcceptRequest) Reset()

func (*TestMempoolAcceptRequest) String

func (x *TestMempoolAcceptRequest) String() string

type TestMempoolAcceptResponse

type TestMempoolAcceptResponse struct {
	Results []*TestMempoolAcceptResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*TestMempoolAcceptResponse) Descriptor deprecated

func (*TestMempoolAcceptResponse) Descriptor() ([]byte, []int)

Deprecated: Use TestMempoolAcceptResponse.ProtoReflect.Descriptor instead.

func (*TestMempoolAcceptResponse) GetResults

func (*TestMempoolAcceptResponse) ProtoMessage

func (*TestMempoolAcceptResponse) ProtoMessage()

func (*TestMempoolAcceptResponse) ProtoReflect

func (*TestMempoolAcceptResponse) Reset

func (x *TestMempoolAcceptResponse) Reset()

func (*TestMempoolAcceptResponse) String

func (x *TestMempoolAcceptResponse) String() string

type TestMempoolAcceptResponse_Result

type TestMempoolAcceptResponse_Result struct {
	Txid         string  `protobuf:"bytes,1,opt,name=txid,proto3" json:"txid,omitempty"`
	Allowed      bool    `protobuf:"varint,2,opt,name=allowed,proto3" json:"allowed,omitempty"`
	RejectReason string  `protobuf:"bytes,3,opt,name=reject_reason,json=rejectReason,proto3" json:"reject_reason,omitempty"`
	Vsize        uint32  `protobuf:"varint,4,opt,name=vsize,proto3" json:"vsize,omitempty"`
	Fees         float64 `protobuf:"fixed64,5,opt,name=fees,proto3" json:"fees,omitempty"`
	// contains filtered or unexported fields
}

func (*TestMempoolAcceptResponse_Result) Descriptor deprecated

func (*TestMempoolAcceptResponse_Result) Descriptor() ([]byte, []int)

Deprecated: Use TestMempoolAcceptResponse_Result.ProtoReflect.Descriptor instead.

func (*TestMempoolAcceptResponse_Result) GetAllowed

func (x *TestMempoolAcceptResponse_Result) GetAllowed() bool

func (*TestMempoolAcceptResponse_Result) GetFees

func (*TestMempoolAcceptResponse_Result) GetRejectReason

func (x *TestMempoolAcceptResponse_Result) GetRejectReason() string

func (*TestMempoolAcceptResponse_Result) GetTxid

func (*TestMempoolAcceptResponse_Result) GetVsize

func (*TestMempoolAcceptResponse_Result) ProtoMessage

func (*TestMempoolAcceptResponse_Result) ProtoMessage()

func (*TestMempoolAcceptResponse_Result) ProtoReflect

func (*TestMempoolAcceptResponse_Result) Reset

func (*TestMempoolAcceptResponse_Result) String

type UnloadWalletRequest

type UnloadWalletRequest struct {
	WalletName string `protobuf:"bytes,1,opt,name=wallet_name,json=walletName,proto3" json:"wallet_name,omitempty"`
	Wallet     string `protobuf:"bytes,2,opt,name=wallet,proto3" json:"wallet,omitempty"`
	// contains filtered or unexported fields
}

func (*UnloadWalletRequest) Descriptor deprecated

func (*UnloadWalletRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnloadWalletRequest.ProtoReflect.Descriptor instead.

func (*UnloadWalletRequest) GetWallet

func (x *UnloadWalletRequest) GetWallet() string

func (*UnloadWalletRequest) GetWalletName

func (x *UnloadWalletRequest) GetWalletName() string

func (*UnloadWalletRequest) ProtoMessage

func (*UnloadWalletRequest) ProtoMessage()

func (*UnloadWalletRequest) ProtoReflect

func (x *UnloadWalletRequest) ProtoReflect() protoreflect.Message

func (*UnloadWalletRequest) Reset

func (x *UnloadWalletRequest) Reset()

func (*UnloadWalletRequest) String

func (x *UnloadWalletRequest) String() string

type UnloadWalletResponse

type UnloadWalletResponse struct {
	// contains filtered or unexported fields
}

func (*UnloadWalletResponse) Descriptor deprecated

func (*UnloadWalletResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnloadWalletResponse.ProtoReflect.Descriptor instead.

func (*UnloadWalletResponse) ProtoMessage

func (*UnloadWalletResponse) ProtoMessage()

func (*UnloadWalletResponse) ProtoReflect

func (x *UnloadWalletResponse) ProtoReflect() protoreflect.Message

func (*UnloadWalletResponse) Reset

func (x *UnloadWalletResponse) Reset()

func (*UnloadWalletResponse) String

func (x *UnloadWalletResponse) String() string

type UtxoUpdatePsbtRequest

type UtxoUpdatePsbtRequest struct {
	Psbt        string        `protobuf:"bytes,1,opt,name=psbt,proto3" json:"psbt,omitempty"`               // Base64 encoded PSBT
	Descriptors []*Descriptor `protobuf:"bytes,2,rep,name=descriptors,proto3" json:"descriptors,omitempty"` // Array of descriptors
	// contains filtered or unexported fields
}

func (*UtxoUpdatePsbtRequest) Descriptor deprecated

func (*UtxoUpdatePsbtRequest) Descriptor() ([]byte, []int)

Deprecated: Use UtxoUpdatePsbtRequest.ProtoReflect.Descriptor instead.

func (*UtxoUpdatePsbtRequest) GetDescriptors

func (x *UtxoUpdatePsbtRequest) GetDescriptors() []*Descriptor

func (*UtxoUpdatePsbtRequest) GetPsbt

func (x *UtxoUpdatePsbtRequest) GetPsbt() string

func (*UtxoUpdatePsbtRequest) ProtoMessage

func (*UtxoUpdatePsbtRequest) ProtoMessage()

func (*UtxoUpdatePsbtRequest) ProtoReflect

func (x *UtxoUpdatePsbtRequest) ProtoReflect() protoreflect.Message

func (*UtxoUpdatePsbtRequest) Reset

func (x *UtxoUpdatePsbtRequest) Reset()

func (*UtxoUpdatePsbtRequest) String

func (x *UtxoUpdatePsbtRequest) String() string

type UtxoUpdatePsbtResponse

type UtxoUpdatePsbtResponse struct {
	Psbt string `protobuf:"bytes,1,opt,name=psbt,proto3" json:"psbt,omitempty"` // Updated base64 encoded PSBT
	// contains filtered or unexported fields
}

func (*UtxoUpdatePsbtResponse) Descriptor deprecated

func (*UtxoUpdatePsbtResponse) Descriptor() ([]byte, []int)

Deprecated: Use UtxoUpdatePsbtResponse.ProtoReflect.Descriptor instead.

func (*UtxoUpdatePsbtResponse) GetPsbt

func (x *UtxoUpdatePsbtResponse) GetPsbt() string

func (*UtxoUpdatePsbtResponse) ProtoMessage

func (*UtxoUpdatePsbtResponse) ProtoMessage()

func (*UtxoUpdatePsbtResponse) ProtoReflect

func (x *UtxoUpdatePsbtResponse) ProtoReflect() protoreflect.Message

func (*UtxoUpdatePsbtResponse) Reset

func (x *UtxoUpdatePsbtResponse) Reset()

func (*UtxoUpdatePsbtResponse) String

func (x *UtxoUpdatePsbtResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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