Documentation ¶
Index ¶
- func DecompressBundleFromStorageProvider(bundle types.FinalizedBundle, data []byte) ([]byte, error)
- func GetDataFromFinalizedBundle(bundle types.FinalizedBundle, storageRest string) ([]byte, error)
- func GetFinalizedBundleById(restEndpoint string, poolId int64, bundleId int64) (*types.FinalizedBundle, error)
- func GetFinalizedBundleByIndex(restEndpoint string, poolId int64, index int64) (*types.FinalizedBundle, error)
- func GetFinalizedBundleForBlockHeight(chainRest string, blockPool types.PoolResponse, height int64) (*types.FinalizedBundle, error)
- func GetFinalizedBundlesPage(restEndpoint string, poolId int64, paginationLimit int64, paginationKey string, ...) ([]types.FinalizedBundle, string, error)
- func GetFinalizedBundlesPageWithOffset(restEndpoint string, poolId int64, paginationLimit, paginationOffset int64, ...) ([]types.FinalizedBundle, string, error)
- func RetrieveDataFromStorageProvider(bundle types.FinalizedBundle, storageRest string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecompressBundleFromStorageProvider ¶
func DecompressBundleFromStorageProvider(bundle types.FinalizedBundle, data []byte) ([]byte, error)
func GetDataFromFinalizedBundle ¶
func GetDataFromFinalizedBundle(bundle types.FinalizedBundle, storageRest string) ([]byte, error)
func GetFinalizedBundleById ¶ added in v1.5.0
func GetFinalizedBundleByIndex ¶ added in v1.5.0
func GetFinalizedBundleForBlockHeight ¶ added in v1.5.0
func GetFinalizedBundleForBlockHeight(chainRest string, blockPool types.PoolResponse, height int64) (*types.FinalizedBundle, error)
func GetFinalizedBundlesPage ¶
func GetFinalizedBundlesPageWithOffset ¶ added in v1.5.0
func RetrieveDataFromStorageProvider ¶
func RetrieveDataFromStorageProvider(bundle types.FinalizedBundle, storageRest string) ([]byte, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.