Documentation ¶
Index ¶
- type Service
- func (s *Service) GetBalance(ctx context.Context, req *alicev1.GetBalanceRequest) (*alicev1.GetBalanceResponse, error)
- func (s *Service) GetBlock(ctx context.Context, req *alicev1.GetBlockRequest) (*alicev1.GetBlockResponse, error)
- func (s *Service) GetStoreValue(ctx context.Context, req *alicev1.GetStoreValueRequest) (*alicev1.GetStoreValueResponse, error)
- func (s *Service) GetTransaction(ctx context.Context, req *alicev1.GetTransactionRequest) (*alicev1.GetTransactionResponse, error)
- func (s *Service) ListBlocks(ctx context.Context, req *alicev1.ListBlocksRequest) (*alicev1.ListBlocksResponse, error)
- func (s *Service) ListStores(ctx context.Context, req *alicev1.ListStoresRequest) (*alicev1.ListStoresResponse, error)
- func (s *Service) ListTransactions(ctx context.Context, req *alicev1.ListTransactionsRequest) (*alicev1.ListTransactionsResponse, error)
- func (s *Service) ListTransactionsForAddress(ctx context.Context, req *alicev1.ListTransactionsForAddressRequest) (*alicev1.ListTransactionsForAddressResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) GetBalance ¶
func (s *Service) GetBalance( ctx context.Context, req *alicev1.GetBalanceRequest) ( *alicev1.GetBalanceResponse, error, )
func (*Service) GetBlock ¶
func (s *Service) GetBlock( ctx context.Context, req *alicev1.GetBlockRequest) ( *alicev1.GetBlockResponse, error, )
func (*Service) GetStoreValue ¶
func (s *Service) GetStoreValue( ctx context.Context, req *alicev1.GetStoreValueRequest) ( *alicev1.GetStoreValueResponse, error, )
func (*Service) GetTransaction ¶
func (s *Service) GetTransaction( ctx context.Context, req *alicev1.GetTransactionRequest) ( *alicev1.GetTransactionResponse, error, )
func (*Service) ListBlocks ¶
func (s *Service) ListBlocks( ctx context.Context, req *alicev1.ListBlocksRequest) ( *alicev1.ListBlocksResponse, error, )
func (*Service) ListStores ¶
func (s *Service) ListStores( ctx context.Context, req *alicev1.ListStoresRequest) ( *alicev1.ListStoresResponse, error, )
func (*Service) ListTransactions ¶
func (s *Service) ListTransactions( ctx context.Context, req *alicev1.ListTransactionsRequest) ( *alicev1.ListTransactionsResponse, error, )
func (*Service) ListTransactionsForAddress ¶
func (s *Service) ListTransactionsForAddress( ctx context.Context, req *alicev1.ListTransactionsForAddressRequest) ( *alicev1.ListTransactionsForAddressResponse, error, )
Click to show internal directories.
Click to hide internal directories.