Swift Structure
struct NonCustodialSignerCallback
let otpCancelled: () -> Void
let otpCode: (String) -> Void
static var noOp: NonCustodialSignerCallback { get }
Was this page helpful?