Bool
Algorand TypeScript / arc4 / Bool
Defined in: arc4/encoded-types.ts:214
A boolean value
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Bool(
v?):Bool
Defined in: arc4/encoded-types.ts:222
Create a new Bool value
Parameters
Section titled “Parameters”boolean
The native boolean to initialize this value from
Returns
Section titled “Returns”Bool
Overrides
Section titled “Overrides”Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get bytes():
bytes
Defined in: arc4/encoded-types.ts:102
Retrieve the encoded bytes for this type
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”native
Section titled “native”Get Signature
Section titled “Get Signature”get native():
boolean
Defined in: arc4/encoded-types.ts:229
Get the decoded native boolean for this value
Returns
Section titled “Returns”boolean