Skip to content

WalletMetadata:new() leads to error with AuthorizationEndpoint #55

@jceb

Description

@jceb

I constructed WalletMetadata via the new() function. This function requires as first parameter the AuthorizationEndpoint, however when passing it to RequestBuilder.build() the method complains that the AuthorizationEndpoint is missing. As a workaround, I had to set the authorization endpoint in addition in the WalletMetadata::new(other) parameter as it is done in the examples. It seems like some data conversion is failing so that wallet_metadata.get() can't get a hold of the AuthorizationEndpoint parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions