This package contains functions to encode/decode to/from the ripple binary serialization format.
encoded, err := binarycodec.Encode(jsonObject)
json, err := binarycodec.Decode(hexEncodedString)
encoded, err := binarycodec.EncodeForMultisigning(jsonObject, xrpAccountID)
encoded, err := binarycodec.EncodeForSigning(jsonObject)
encoded, err := binarycodec.EncodeForSigningClaim(jsonObject)
encoded, err := binarycodec.EncodeQuality(amountString)
decoded, err := binarycodec.DecodeQuality(encoded)
ledgerData, err := binarycodec.DecodeLedgerData(hexEncodedString)