Transfer native DEM tokens to a recipient address.
P4 dual-input:
bigint (preferred, post-v3): OS amount. 1 DEM = 10^9 OS.
number (deprecated, v2 callers): DEM amount, auto-converted.
Internal carrier is OS bigint; the serializerGate (run from
demos.sign) chooses pre-fork vs post-fork wire encoding from
the cached getNetworkInfo fork status. Sub-DEM precision
against a pre-fork node throws SubDemPrecisionError from
demos.pay before any tx construction happens — we delegate to
demos.pay which carries the guard.
Transfer native DEM tokens to a recipient address.
P4 dual-input:
bigint(preferred, post-v3): OS amount. 1 DEM = 10^9 OS.number(deprecated, v2 callers): DEM amount, auto-converted.Internal carrier is OS bigint; the serializerGate (run from
demos.sign) chooses pre-fork vs post-fork wire encoding from the cachedgetNetworkInfofork status. Sub-DEM precision against a pre-fork node throwsSubDemPrecisionErrorfromdemos.paybefore any tx construction happens — we delegate todemos.paywhich carries the guard.