Claims.getInt

class Claims
long
getInt
(
string name
)

Parameters

name string

the name of the claim

Return Value

Type: long

returns a long representation of the claim if it exists and is an integer or the initial value for long if doesn't exist or is not an integer

Meta