EmberTokenData: {
    data: Buffer;
    size: number;
}

A structure containing the information of a token data.

Type declaration

  • data: Buffer

    A data pointer pointing to the storage for the token data of above size. void *

  • size: number

    The size of the token data in number of bytes. uint32_t