Versions in this module Expand all Collapse all v0 v0.2.5 Mar 2, 2022 Changes in this version + const ArgBlobs + const ArgField + const ArgHash + const ResBlobSizes + const ResBytes + const ResHash + type CoreBlobService struct + func NewCoreBlobService(cl *wasmclient.ServiceClient, chainID string) (*CoreBlobService, error) + func (s *CoreBlobService) GetBlobField() GetBlobFieldView + func (s *CoreBlobService) GetBlobInfo() GetBlobInfoView + func (s *CoreBlobService) ListBlobs() ListBlobsView + func (s *CoreBlobService) StoreBlob() StoreBlobFunc + type GetBlobFieldResults struct + func (r *GetBlobFieldResults) Bytes() []byte + type GetBlobFieldView struct + func (f *GetBlobFieldView) Call() GetBlobFieldResults + func (f *GetBlobFieldView) Field(v string) + func (f *GetBlobFieldView) Hash(v wasmclient.Hash) + type GetBlobInfoResults struct + func (r *GetBlobInfoResults) BlobSizes() map[string]int32 + type GetBlobInfoView struct + func (f *GetBlobInfoView) Call() GetBlobInfoResults + func (f *GetBlobInfoView) Hash(v wasmclient.Hash) + type ListBlobsResults struct + func (r *ListBlobsResults) BlobSizes() map[wasmclient.Hash]int32 + type ListBlobsView struct + func (f *ListBlobsView) Call() ListBlobsResults + type StoreBlobFunc struct + func (f *StoreBlobFunc) Blobs(v []byte) + func (f *StoreBlobFunc) Post() wasmclient.Request