interface ContextSignerPublicResponse {
    public_key: Uint8Array;
}

Properties

Properties

public_key: Uint8Array