interface SignedMessage<T0> {
    inner: T0;
    type_info: TypeInfo;
}

Type Parameters

  • T0

Properties

Properties

inner: T0
type_info: TypeInfo