tongo
tongo copied to clipboard
Go primitives to work with TON
tep64 only has below function: ```go func ConvertOnchainData(content tlb.FullContent) (Metadata, error) func DecodeFullContentFromCell(cell *boc.Cell) (FullContent, error) ``` but I want to convert a Metadata to Cell, could you add it?
add tlb.UnmarshalMessage and UT, issue #279
Currently, tlb only have: `func Unmarshal(c *boc.Cell, o any) error` but when the Cell is a message with OpCode, I must define a struct with `OpCode uint32`. # What I...
func (w *Wallet) RawSendV2( for ; time.Since(t) < waitingConfirmation; time.Sleep(waitingConfirmation / 10) { newSeqno, err := w.blockchain.GetSeqno(ctx, w.address) if err == nil { continue } if newSeqno >= seqno {...
how to mint jetton,can you give me an example ?
[user_agreement.pdf](https://github.com/user-attachments/files/16759326/user_agreement.pdf) Holla # _Originally posted by @Mohsiareej in https://github.com/tonkeeper/tongo/issues/270#issuecomment-2311942363_
I would like to request access to the objects and methods within the `wallet` folder ) of library (Make it public) (Such as newWallet, i just want to create wallet...
…ime between shards