Constructors
constructor
- new URef(uref_hex_str: string, access_rights: number): URef
Parameters
- uref_hex_str: string
- access_rights: number
Methods
toFormattedString
- toFormattedString(): string
Returns string
Static
fromFormattedStr
- fromFormattedStr(formatted_str: string): URef
Static
fromUint8Array
- fromUint8Array(bytes: Uint8Array, access_rights: number): URef
Parameters
- bytes: Uint8Array
- access_rights: number