Sayplaydiv
Sayplaydiv
// 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...
May I ask how to determine if a transaction is a Runes transaction? Is there a corresponding index ledger? The ord node did not find the corresponding interface
When I send a transaction, I am prompted with an error: {"error": "cannot set property 'address"_ expiry' of undefined","data":"","id":1626234827890} Everything was normal before yesterday, but from today on, the sending...