Versions in this module Expand all Collapse all v1 v1.0.0 Mar 6, 2024 Changes in this version + var File_nautiluswalletd_proto protoreflect.FileDescriptor + var Kaspawalletd_ServiceDesc = grpc.ServiceDesc + func RegisterKaspawalletdServer(s grpc.ServiceRegistrar, srv KaspawalletdServer) + type AddressBalances struct + Address string + Available uint64 + Pending uint64 + func (*AddressBalances) Descriptor() ([]byte, []int) + func (*AddressBalances) ProtoMessage() + func (x *AddressBalances) GetAddress() string + func (x *AddressBalances) GetAvailable() uint64 + func (x *AddressBalances) GetPending() uint64 + func (x *AddressBalances) ProtoReflect() protoreflect.Message + func (x *AddressBalances) Reset() + func (x *AddressBalances) String() string + type BroadcastRequest struct + IsDomain bool + Transactions [][]byte + func (*BroadcastRequest) Descriptor() ([]byte, []int) + func (*BroadcastRequest) ProtoMessage() + func (x *BroadcastRequest) GetIsDomain() bool + func (x *BroadcastRequest) GetTransactions() [][]byte + func (x *BroadcastRequest) ProtoReflect() protoreflect.Message + func (x *BroadcastRequest) Reset() + func (x *BroadcastRequest) String() string + type BroadcastResponse struct + TxIDs []string + func (*BroadcastResponse) Descriptor() ([]byte, []int) + func (*BroadcastResponse) ProtoMessage() + func (x *BroadcastResponse) GetTxIDs() []string + func (x *BroadcastResponse) ProtoReflect() protoreflect.Message + func (x *BroadcastResponse) Reset() + func (x *BroadcastResponse) String() string + type CreateUnsignedTransactionsRequest struct + Address string + Amount uint64 + From []string + IsSendAll bool + UseExistingChangeAddress bool + func (*CreateUnsignedTransactionsRequest) Descriptor() ([]byte, []int) + func (*CreateUnsignedTransactionsRequest) ProtoMessage() + func (x *CreateUnsignedTransactionsRequest) GetAddress() string + func (x *CreateUnsignedTransactionsRequest) GetAmount() uint64 + func (x *CreateUnsignedTransactionsRequest) GetFrom() []string + func (x *CreateUnsignedTransactionsRequest) GetIsSendAll() bool + func (x *CreateUnsignedTransactionsRequest) GetUseExistingChangeAddress() bool + func (x *CreateUnsignedTransactionsRequest) ProtoReflect() protoreflect.Message + func (x *CreateUnsignedTransactionsRequest) Reset() + func (x *CreateUnsignedTransactionsRequest) String() string + type CreateUnsignedTransactionsResponse struct + UnsignedTransactions [][]byte + func (*CreateUnsignedTransactionsResponse) Descriptor() ([]byte, []int) + func (*CreateUnsignedTransactionsResponse) ProtoMessage() + func (x *CreateUnsignedTransactionsResponse) GetUnsignedTransactions() [][]byte + func (x *CreateUnsignedTransactionsResponse) ProtoReflect() protoreflect.Message + func (x *CreateUnsignedTransactionsResponse) Reset() + func (x *CreateUnsignedTransactionsResponse) String() string + type GetBalanceRequest struct + func (*GetBalanceRequest) Descriptor() ([]byte, []int) + func (*GetBalanceRequest) ProtoMessage() + func (x *GetBalanceRequest) ProtoReflect() protoreflect.Message + func (x *GetBalanceRequest) Reset() + func (x *GetBalanceRequest) String() string + type GetBalanceResponse struct + AddressBalances []*AddressBalances + Available uint64 + Pending uint64 + func (*GetBalanceResponse) Descriptor() ([]byte, []int) + func (*GetBalanceResponse) ProtoMessage() + func (x *GetBalanceResponse) GetAddressBalances() []*AddressBalances + func (x *GetBalanceResponse) GetAvailable() uint64 + func (x *GetBalanceResponse) GetPending() uint64 + func (x *GetBalanceResponse) ProtoReflect() protoreflect.Message + func (x *GetBalanceResponse) Reset() + func (x *GetBalanceResponse) String() string + type GetExternalSpendableUTXOsRequest struct + Address string + func (*GetExternalSpendableUTXOsRequest) Descriptor() ([]byte, []int) + func (*GetExternalSpendableUTXOsRequest) ProtoMessage() + func (x *GetExternalSpendableUTXOsRequest) GetAddress() string + func (x *GetExternalSpendableUTXOsRequest) ProtoReflect() protoreflect.Message + func (x *GetExternalSpendableUTXOsRequest) Reset() + func (x *GetExternalSpendableUTXOsRequest) String() string + type GetExternalSpendableUTXOsResponse struct + Entries []*UtxosByAddressesEntry + func (*GetExternalSpendableUTXOsResponse) Descriptor() ([]byte, []int) + func (*GetExternalSpendableUTXOsResponse) ProtoMessage() + func (x *GetExternalSpendableUTXOsResponse) GetEntries() []*UtxosByAddressesEntry + func (x *GetExternalSpendableUTXOsResponse) ProtoReflect() protoreflect.Message + func (x *GetExternalSpendableUTXOsResponse) Reset() + func (x *GetExternalSpendableUTXOsResponse) String() string + type KaspawalletdClient interface + Broadcast func(ctx context.Context, in *BroadcastRequest, opts ...grpc.CallOption) (*BroadcastResponse, error) + CreateUnsignedTransactions func(ctx context.Context, in *CreateUnsignedTransactionsRequest, ...) (*CreateUnsignedTransactionsResponse, error) + GetBalance func(ctx context.Context, in *GetBalanceRequest, opts ...grpc.CallOption) (*GetBalanceResponse, error) + GetExternalSpendableUTXOs func(ctx context.Context, in *GetExternalSpendableUTXOsRequest, ...) (*GetExternalSpendableUTXOsResponse, error) + NewAddress func(ctx context.Context, in *NewAddressRequest, opts ...grpc.CallOption) (*NewAddressResponse, error) + Send func(ctx context.Context, in *SendRequest, opts ...grpc.CallOption) (*SendResponse, error) + ShowAddresses func(ctx context.Context, in *ShowAddressesRequest, opts ...grpc.CallOption) (*ShowAddressesResponse, error) + Shutdown func(ctx context.Context, in *ShutdownRequest, opts ...grpc.CallOption) (*ShutdownResponse, error) + Sign func(ctx context.Context, in *SignRequest, opts ...grpc.CallOption) (*SignResponse, error) + func NewKaspawalletdClient(cc grpc.ClientConnInterface) KaspawalletdClient + type KaspawalletdServer interface + Broadcast func(context.Context, *BroadcastRequest) (*BroadcastResponse, error) + CreateUnsignedTransactions func(context.Context, *CreateUnsignedTransactionsRequest) (*CreateUnsignedTransactionsResponse, error) + GetBalance func(context.Context, *GetBalanceRequest) (*GetBalanceResponse, error) + GetExternalSpendableUTXOs func(context.Context, *GetExternalSpendableUTXOsRequest) (*GetExternalSpendableUTXOsResponse, error) + NewAddress func(context.Context, *NewAddressRequest) (*NewAddressResponse, error) + Send func(context.Context, *SendRequest) (*SendResponse, error) + ShowAddresses func(context.Context, *ShowAddressesRequest) (*ShowAddressesResponse, error) + Shutdown func(context.Context, *ShutdownRequest) (*ShutdownResponse, error) + Sign func(context.Context, *SignRequest) (*SignResponse, error) + type NewAddressRequest struct + func (*NewAddressRequest) Descriptor() ([]byte, []int) + func (*NewAddressRequest) ProtoMessage() + func (x *NewAddressRequest) ProtoReflect() protoreflect.Message + func (x *NewAddressRequest) Reset() + func (x *NewAddressRequest) String() string + type NewAddressResponse struct + Address string + func (*NewAddressResponse) Descriptor() ([]byte, []int) + func (*NewAddressResponse) ProtoMessage() + func (x *NewAddressResponse) GetAddress() string + func (x *NewAddressResponse) ProtoReflect() protoreflect.Message + func (x *NewAddressResponse) Reset() + func (x *NewAddressResponse) String() string + type Outpoint struct + Index uint32 + TransactionId string + func (*Outpoint) Descriptor() ([]byte, []int) + func (*Outpoint) ProtoMessage() + func (x *Outpoint) GetIndex() uint32 + func (x *Outpoint) GetTransactionId() string + func (x *Outpoint) ProtoReflect() protoreflect.Message + func (x *Outpoint) Reset() + func (x *Outpoint) String() string + type ScriptPublicKey struct + ScriptPublicKey string + Version uint32 + func (*ScriptPublicKey) Descriptor() ([]byte, []int) + func (*ScriptPublicKey) ProtoMessage() + func (x *ScriptPublicKey) GetScriptPublicKey() string + func (x *ScriptPublicKey) GetVersion() uint32 + func (x *ScriptPublicKey) ProtoReflect() protoreflect.Message + func (x *ScriptPublicKey) Reset() + func (x *ScriptPublicKey) String() string + type SendRequest struct + Amount uint64 + From []string + IsSendAll bool + Password string + ToAddress string + UseExistingChangeAddress bool + func (*SendRequest) Descriptor() ([]byte, []int) + func (*SendRequest) ProtoMessage() + func (x *SendRequest) GetAmount() uint64 + func (x *SendRequest) GetFrom() []string + func (x *SendRequest) GetIsSendAll() bool + func (x *SendRequest) GetPassword() string + func (x *SendRequest) GetToAddress() string + func (x *SendRequest) GetUseExistingChangeAddress() bool + func (x *SendRequest) ProtoReflect() protoreflect.Message + func (x *SendRequest) Reset() + func (x *SendRequest) String() string + type SendResponse struct + SignedTransactions [][]byte + TxIDs []string + func (*SendResponse) Descriptor() ([]byte, []int) + func (*SendResponse) ProtoMessage() + func (x *SendResponse) GetSignedTransactions() [][]byte + func (x *SendResponse) GetTxIDs() []string + func (x *SendResponse) ProtoReflect() protoreflect.Message + func (x *SendResponse) Reset() + func (x *SendResponse) String() string + type ShowAddressesRequest struct + func (*ShowAddressesRequest) Descriptor() ([]byte, []int) + func (*ShowAddressesRequest) ProtoMessage() + func (x *ShowAddressesRequest) ProtoReflect() protoreflect.Message + func (x *ShowAddressesRequest) Reset() + func (x *ShowAddressesRequest) String() string + type ShowAddressesResponse struct + Address []string + func (*ShowAddressesResponse) Descriptor() ([]byte, []int) + func (*ShowAddressesResponse) ProtoMessage() + func (x *ShowAddressesResponse) GetAddress() []string + func (x *ShowAddressesResponse) ProtoReflect() protoreflect.Message + func (x *ShowAddressesResponse) Reset() + func (x *ShowAddressesResponse) String() string + type ShutdownRequest struct + func (*ShutdownRequest) Descriptor() ([]byte, []int) + func (*ShutdownRequest) ProtoMessage() + func (x *ShutdownRequest) ProtoReflect() protoreflect.Message + func (x *ShutdownRequest) Reset() + func (x *ShutdownRequest) String() string + type ShutdownResponse struct + func (*ShutdownResponse) Descriptor() ([]byte, []int) + func (*ShutdownResponse) ProtoMessage() + func (x *ShutdownResponse) ProtoReflect() protoreflect.Message + func (x *ShutdownResponse) Reset() + func (x *ShutdownResponse) String() string + type SignRequest struct + Password string + UnsignedTransactions [][]byte + func (*SignRequest) Descriptor() ([]byte, []int) + func (*SignRequest) ProtoMessage() + func (x *SignRequest) GetPassword() string + func (x *SignRequest) GetUnsignedTransactions() [][]byte + func (x *SignRequest) ProtoReflect() protoreflect.Message + func (x *SignRequest) Reset() + func (x *SignRequest) String() string + type SignResponse struct + SignedTransactions [][]byte + func (*SignResponse) Descriptor() ([]byte, []int) + func (*SignResponse) ProtoMessage() + func (x *SignResponse) GetSignedTransactions() [][]byte + func (x *SignResponse) ProtoReflect() protoreflect.Message + func (x *SignResponse) Reset() + func (x *SignResponse) String() string + type UnimplementedKaspawalletdServer struct + func (UnimplementedKaspawalletdServer) Broadcast(context.Context, *BroadcastRequest) (*BroadcastResponse, error) + func (UnimplementedKaspawalletdServer) CreateUnsignedTransactions(context.Context, *CreateUnsignedTransactionsRequest) (*CreateUnsignedTransactionsResponse, error) + func (UnimplementedKaspawalletdServer) GetBalance(context.Context, *GetBalanceRequest) (*GetBalanceResponse, error) + func (UnimplementedKaspawalletdServer) GetExternalSpendableUTXOs(context.Context, *GetExternalSpendableUTXOsRequest) (*GetExternalSpendableUTXOsResponse, error) + func (UnimplementedKaspawalletdServer) NewAddress(context.Context, *NewAddressRequest) (*NewAddressResponse, error) + func (UnimplementedKaspawalletdServer) Send(context.Context, *SendRequest) (*SendResponse, error) + func (UnimplementedKaspawalletdServer) ShowAddresses(context.Context, *ShowAddressesRequest) (*ShowAddressesResponse, error) + func (UnimplementedKaspawalletdServer) Shutdown(context.Context, *ShutdownRequest) (*ShutdownResponse, error) + func (UnimplementedKaspawalletdServer) Sign(context.Context, *SignRequest) (*SignResponse, error) + type UnsafeKaspawalletdServer interface + type UtxoEntry struct + Amount uint64 + BlockDaaScore uint64 + IsCoinbase bool + ScriptPublicKey *ScriptPublicKey + func (*UtxoEntry) Descriptor() ([]byte, []int) + func (*UtxoEntry) ProtoMessage() + func (x *UtxoEntry) GetAmount() uint64 + func (x *UtxoEntry) GetBlockDaaScore() uint64 + func (x *UtxoEntry) GetIsCoinbase() bool + func (x *UtxoEntry) GetScriptPublicKey() *ScriptPublicKey + func (x *UtxoEntry) ProtoReflect() protoreflect.Message + func (x *UtxoEntry) Reset() + func (x *UtxoEntry) String() string + type UtxosByAddressesEntry struct + Address string + Outpoint *Outpoint + UtxoEntry *UtxoEntry + func (*UtxosByAddressesEntry) Descriptor() ([]byte, []int) + func (*UtxosByAddressesEntry) ProtoMessage() + func (x *UtxosByAddressesEntry) GetAddress() string + func (x *UtxosByAddressesEntry) GetOutpoint() *Outpoint + func (x *UtxosByAddressesEntry) GetUtxoEntry() *UtxoEntry + func (x *UtxosByAddressesEntry) ProtoReflect() protoreflect.Message + func (x *UtxosByAddressesEntry) Reset() + func (x *UtxosByAddressesEntry) String() string