package
1.19.6
Repository: https://github.com/0chain/gosdk.git
Documentation: pkg.go.dev

# README

wasmsdk

import "github.com/0chain/gosdk/wasmsdk"

Index

func InvalidArg

func InvalidArg(argName string) error

func RequiredArg

func RequiredArg(argName string) error

type CheckStatusResult

type CheckStatusResult struct {
    Status        string              `json:"status"`
    Err           error               `json:"error"`
    BlobberStatus []sdk.BlobberStatus `json:"blobberStatus"`
}

type DownloadCommandResponse

type DownloadCommandResponse struct {
    CommandSuccess bool   `json:"commandSuccess,omitempty"`
    Error          string `json:"error,omitempty"`

    FileName string `json:"fileName,omitempty"`
    Url      string `json:"url,omitempty"`
}

type FileCommandResponse

type FileCommandResponse struct {
    CommandSuccess bool   `json:"commandSuccess,omitempty"`
    Error          string `json:"error,omitempty"`
}

Generated by gomarkdoc

# Packages

Demo for the wasm sdk- do not use.
Utilities for interacting with the JavaScript runtime.

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author