Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/confidential-assets-demo
/ types & classes
Types & classes
38 in github.com/ElementsProject/confidential-assets-demo
⨍
Functions
283
◇
Types & classes
38
TypeAlias
BalanceMap
BalanceMap is a map where the key is an assetid and the value is a balance.
src/rpc/rpc.go:57
Struct
Block
Block with Transactions
src/bob/main.go:19
Struct
DemoConf
DemoConf represents externalized setting.
src/democonf/democonf.go:16
Struct
ErrorResponse
ErrorResponse is a structure that represents the JSON-API response.
src/lib/http.go:109
Struct
ExchangeOfferRequest
ExchangeOfferRequest is a structure that represents the JSON-API request.
src/lib/http.go:59
Struct
ExchangeOfferResponse
ExchangeOfferResponse is a structure that represents the JSON-API response.
src/lib/http.go:65
Struct
ExchangeOfferWBRequest
ExchangeOfferWBRequest is a structure that represents the JSON-API request.
src/lib/http.go:78
Struct
ExchangeOfferWBResponse
ExchangeOfferWBResponse is a structure that represents the JSON-API response.
src/lib/http.go:85
Struct
ExchangeRateRequest
ExchangeRateRequest is a structure that represents the JSON-API request.
src/lib/http.go:31
Struct
ExchangeRateResponse
ExchangeRateResponse is a structure that represents the JSON-API response.
src/lib/http.go:37
Struct
Item
Item details
src/dave/main.go:42
TypeAlias
LockList
LockList to keep referenced utxos (potentially to-be-spent)
src/rpc/helper.go:15
Struct
Order
Order details
src/dave/main.go:53
Struct
RawTransaction
RawTransaction is transaction details.
src/rpc/rpc.go:107
Struct
Rpc
Rpc is request info.
src/rpc/rpc.go:126
Struct
RpcError
RpcError is error details.
src/rpc/rpc.go:149
Struct
RpcRequest
RpcRequest is request parameters.
src/rpc/rpc.go:134
Struct
RpcResponse
RpcResponse is response details.
src/rpc/rpc.go:142
Struct
ScriptPubKey
ScriptPubKey is pubkey details.
src/rpc/rpc.go:80
Struct
ScriptSig
ScriptSig is script details.
src/rpc/rpc.go:74
Struct
SignedTransaction
SignedTransaction is transaction details.
src/rpc/rpc.go:120
Struct
SubmitExchangeRequest
SubmitExchangeRequest is a structure that represents the JSON-API request.
src/lib/http.go:99
Struct
SubmitExchangeResponse
SubmitExchangeResponse is a structure that represents the JSON-API response.
src/lib/http.go:104
Struct
Unspent
Unspent contains unspent details.
src/rpc/rpc.go:36
TypeAlias
UnspentList
UnspentList is an array of unspent outputs.
src/rpc/rpc.go:54
Struct
UserOfferRequest
UserOfferRequest is a structure that represents the web-form for "/offer" request.
src/alice/main.go:31
Struct
UserOfferResByAsset
UserOfferResByAsset is a structure for UserOfferResponse.
src/alice/main.go:43
TypeAlias
UserOfferResponse
UserOfferResponse is a map that represents the response for "/offer" request.
src/alice/main.go:51
Struct
UserSendRequest
UserSendRequest is a structure that represents the web-form for "/send" request.
src/alice/main.go:37
Struct
UserSendResponse
UserSendResponse is a structure that represents the response for "/send" request.
src/alice/main.go:54
Struct
UserWalletInfoRequest
UserWalletInfoRequest is a structure that represents the web-form for "/walletinfo" request.
src/alice/main.go:27
Struct
UserWalletInfoResponse
UserWalletInfoResponse is a structure that represents the response for "/walletinfo" request.
src/alice/main.go:60
Struct
ValidatedAddress
ValidatedAddress contains address details.
src/rpc/rpc.go:18
Struct
Vin
Vin is input details.
src/rpc/rpc.go:89
Struct
Vout
Vout is output details.
src/rpc/rpc.go:98
Struct
Wallet
Wallet is wallet details.
src/rpc/rpc.go:60
Struct
exchangeRateTuple
src/charlie/main.go:20
Struct
quotation
src/alice/main.go:64