FAQS
Why does the SponsorGas function fail in Go language to process my request despite the input seeming correct?
SponsorGas function fail in Go language to process my request despite the input seeming correct?What should the correct structure of KanaSponsorGasInput look like in Go language?
KanaSponsorGasInput look like in Go language?type KanaSponsorGasInput struct {
Data map[string]uint8 `json:"data"`
AdditionalSigners []string `json:"additionalSigners,omitempty"`
}
Last updated