Documentation
¶
Index ¶
- type Server
- func (s *Server) AccountBalance(ctx context.Context, request *types.AccountBalanceRequest) (*types.AccountBalanceResponse, *types.Error)
- func (s *Server) Block(ctx context.Context, request *types.BlockRequest) (*types.BlockResponse, *types.Error)
- func (s *Server) BlockTransaction(ctx context.Context, request *types.BlockTransactionRequest) (*types.BlockTransactionResponse, *types.Error)
- func (s *Server) ConstructionCombine(ctx context.Context, request *types.ConstructionCombineRequest) (*types.ConstructionCombineResponse, *types.Error)
- func (s *Server) ConstructionDerive(ctx context.Context, request *types.ConstructionDeriveRequest) (*types.ConstructionDeriveResponse, *types.Error)
- func (s *Server) ConstructionHash(ctx context.Context, request *types.ConstructionHashRequest) (*types.TransactionIdentifierResponse, *types.Error)
- func (s *Server) ConstructionMetadata(ctx context.Context, request *types.ConstructionMetadataRequest) (*types.ConstructionMetadataResponse, *types.Error)
- func (s *Server) ConstructionParse(ctx context.Context, request *types.ConstructionParseRequest) (*types.ConstructionParseResponse, *types.Error)
- func (s *Server) ConstructionPayloads(ctx context.Context, request *types.ConstructionPayloadsRequest) (*types.ConstructionPayloadsResponse, *types.Error)
- func (s *Server) ConstructionPreprocess(ctx context.Context, request *types.ConstructionPreprocessRequest) (*types.ConstructionPreprocessResponse, *types.Error)
- func (s *Server) ConstructionSubmit(ctx context.Context, request *types.ConstructionSubmitRequest) (*types.TransactionIdentifierResponse, *types.Error)
- func (s *Server) NetworkList(ctx context.Context, request *types.MetadataRequest) (*types.NetworkListResponse, *types.Error)
- func (s *Server) NetworkOptions(ctx context.Context, request *types.NetworkRequest) (*types.NetworkOptionsResponse, *types.Error)
- func (s *Server) NetworkStatus(ctx context.Context, request *types.NetworkRequest) (*types.NetworkStatusResponse, *types.Error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
func (*Server) AccountBalance ¶
func (s *Server) AccountBalance(ctx context.Context, request *types.AccountBalanceRequest) (*types.AccountBalanceResponse, *types.Error)
func (*Server) Block ¶
func (s *Server) Block(ctx context.Context, request *types.BlockRequest) ( *types.BlockResponse, *types.Error)
func (*Server) BlockTransaction ¶
func (s *Server) BlockTransaction(ctx context.Context, request *types.BlockTransactionRequest) (*types.BlockTransactionResponse, *types.Error)
func (*Server) ConstructionCombine ¶
func (s *Server) ConstructionCombine(ctx context.Context, request *types.ConstructionCombineRequest) (*types.ConstructionCombineResponse, *types.Error)
func (*Server) ConstructionDerive ¶
func (s *Server) ConstructionDerive(ctx context.Context, request *types.ConstructionDeriveRequest) (*types.ConstructionDeriveResponse, *types.Error)
func (*Server) ConstructionHash ¶
func (s *Server) ConstructionHash(ctx context.Context, request *types.ConstructionHashRequest) (*types.TransactionIdentifierResponse, *types.Error)
func (*Server) ConstructionMetadata ¶
func (s *Server) ConstructionMetadata(ctx context.Context, request *types.ConstructionMetadataRequest) ( *types.ConstructionMetadataResponse, *types.Error)
func (*Server) ConstructionParse ¶
func (s *Server) ConstructionParse(ctx context.Context, request *types.ConstructionParseRequest) (*types.ConstructionParseResponse, *types.Error)
func (*Server) ConstructionPayloads ¶
func (s *Server) ConstructionPayloads(ctx context.Context, request *types.ConstructionPayloadsRequest) ( *types.ConstructionPayloadsResponse, *types.Error)
func (*Server) ConstructionPreprocess ¶
func (s *Server) ConstructionPreprocess(ctx context.Context, request *types.ConstructionPreprocessRequest) ( *types.ConstructionPreprocessResponse, *types.Error)
func (*Server) ConstructionSubmit ¶
func (s *Server) ConstructionSubmit(ctx context.Context, request *types.ConstructionSubmitRequest) (*types.TransactionIdentifierResponse, *types.Error)
func (*Server) NetworkList ¶
func (s *Server) NetworkList(ctx context.Context, request *types.MetadataRequest) ( *types.NetworkListResponse, *types.Error)
func (*Server) NetworkOptions ¶
func (s *Server) NetworkOptions(ctx context.Context, request *types.NetworkRequest) (*types.NetworkOptionsResponse, *types.Error)
func (*Server) NetworkStatus ¶
func (s *Server) NetworkStatus(ctx context.Context, request *types.NetworkRequest, ) (*types.NetworkStatusResponse, *types.Error)
Click to show internal directories.
Click to hide internal directories.