arweave-go icon indicating copy to clipboard operation
arweave-go copied to clipboard

Arweave-go SDK

Results 1 arweave-go issues
Sort by recently updated
recently updated
newest added

// GetReward requests the current network reward func (c *Client) GetReward(ctx context.Context, data []byte,address string) (string, error) { body, err := c.get(ctx, fmt.Sprintf("price/%d/%v", len(data),address)) if err != nil { return...