tongo icon indicating copy to clipboard operation
tongo copied to clipboard

package tep64 need Encode Metadata to Cell functions

Open studyzy opened this issue 1 year ago • 0 comments

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?

studyzy avatar Jul 30 '24 02:07 studyzy