Documentation ¶
Index ¶
- func MustWrapBool(b bool) xdr.ScVal
- func MustWrapFalse() xdr.ScVal
- func MustWrapInt128Parts(parts xdr.Int128Parts) xdr.ScVal
- func MustWrapScAddress(address xdr.ScAddress) xdr.ScVal
- func MustWrapScBytes(b xdr.ScBytes) xdr.ScVal
- func MustWrapScMap(m xdr.ScMap) xdr.ScVal
- func MustWrapScString(str xdr.ScString) xdr.ScVal
- func MustWrapScSymbol(symbol xdr.ScSymbol) xdr.ScVal
- func MustWrapTrue() xdr.ScVal
- func MustWrapUint64(i xdr.Uint64) xdr.ScVal
- func WrapBool(b bool) (xdr.ScVal, error)
- func WrapFalse() (xdr.ScVal, error)
- func WrapInt128Parts(parts xdr.Int128Parts) (xdr.ScVal, error)
- func WrapScAddress(address xdr.ScAddress) (xdr.ScVal, error)
- func WrapScBytes(b xdr.ScBytes) (xdr.ScVal, error)
- func WrapScMap(m xdr.ScMap) (xdr.ScVal, error)
- func WrapScString(str xdr.ScString) (xdr.ScVal, error)
- func WrapScSymbol(symbol xdr.ScSymbol) (xdr.ScVal, error)
- func WrapTrue() (xdr.ScVal, error)
- func WrapUint64(i xdr.Uint64) (xdr.ScVal, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustWrapBool ¶
func MustWrapFalse ¶
func MustWrapInt128Parts ¶
func MustWrapInt128Parts(parts xdr.Int128Parts) xdr.ScVal
func MustWrapTrue ¶
func WrapInt128Parts ¶
func WrapInt128Parts(parts xdr.Int128Parts) (xdr.ScVal, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.