@wharfkit/session - v4.0.1
    Preparing search index...

    Interface TransactHooks

    interface TransactHooks {
        afterBroadcast: TransactHookImmutable[];
        afterSign: TransactHookImmutable[];
        beforeSign: TransactHookMutable[];
    }
    Index
    afterBroadcast: TransactHookImmutable[]
    beforeSign: TransactHookMutable[]