Skip to content

account sign method allow binary data to be signed #3

@ghost

Description

In the Apostille Library NIP proposal, we found that nem2-sdk does not allow sign raw data.

we should add to Account class the next method:

class Account {
    // ...
    public signRaw(data:BinaryData | string): SignedBinary;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions