SecureBlackbox 2020 Python Edition

Questions / Feedback?

input Property

Contains the signing request to process.

Syntax

def get_input() -> str: ...
def set_input(value: str) -> None: ...

input = property(get_input, set_input)

Default Value

""

Remarks

Assign the request you received from the counterparty to this property before calling the process_request method. Use output to read the resulting signature response after process_request completes.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]