Response from a successful session creation.

interface SessionResponse {
    contract_ids: ContractId[];
    session_expiry: string;
    session_id: Identity;
    trade_account_id: TradeAccountId;
    tx_id: TxId;
}

Properties

contract_ids: ContractId[]

Authorized contract IDs.

session_expiry: string

Session expiry timestamp.

session_id: Identity

The session key identity.

trade_account_id: TradeAccountId

The trade account contract ID.

tx_id: TxId

On-chain transaction ID.