@wharfkit/session - v4.0.1
    Preparing search index...

    Class Blob

    Interface that should be implemented by ABI serializable objects.

    Implements

    Index
    • Parameters

      • array: Uint8Array

      Returns Blob

    array: Uint8Array
    abiName: string
    • get base64String(): string

      Returns string

    • get utf8String(): string

      UTF-8 string representation of this instance.

      Returns string

    • Return true if the object equals the other object passed.

      Parameters

      Returns boolean

    • Called when encoding to json abi format.

      Returns string

    • Returns a string representation of an object.

      Returns string

    • Create a new Blob instance.

      Parameters

      Returns Blob

    • Parameters

      • value: string

      Returns Blob