tongo
tongo copied to clipboard
package tep64 need Encode Metadata to Cell functions
tep64 only has below function:
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?